We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a02e71 commit 98f292bCopy full SHA for 98f292b
caltechdata_api/caltechdata_edit.py
@@ -79,9 +79,9 @@ def caltechdata_edit(
79
80
# Check if file links were provided in the metadata
81
descriptions = []
82
+ ex_file_links = []
83
for d in metadata["descriptions"]:
84
if d["description"].startswith("Files available via S3"):
- ex_file_links = []
85
file_text = d["description"]
86
file_list = file_text.split('href="')
87
# Loop over links in description, skip header text
0 commit comments