Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/ephemeris/setup_data_libraries.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def populate_items(base_folder_id, has_items):
folder_id=base_folder_id,
file_type=has_items['ext']
)
except:
except Exception:
Comment thread
hexylena marked this conversation as resolved.
log.error("Could not upload %s to %s/%s", has_items['url'], lib_id, base_folder_id)
return None

Expand Down