Skip to content

Commit 98f292b

Browse files
committed
Fix #19
1 parent 8a02e71 commit 98f292b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

caltechdata_api/caltechdata_edit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@ def caltechdata_edit(
7979

8080
# Check if file links were provided in the metadata
8181
descriptions = []
82+
ex_file_links = []
8283
for d in metadata["descriptions"]:
8384
if d["description"].startswith("Files available via S3"):
84-
ex_file_links = []
8585
file_text = d["description"]
8686
file_list = file_text.split('href="')
8787
# Loop over links in description, skip header text

0 commit comments

Comments
 (0)