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 0561ea2 commit 9c7d120Copy full SHA for 9c7d120
hdxms_datasets/database.py
@@ -205,7 +205,7 @@ def submit_dataset(
205
# update the catalogue
206
# TODO: update instead of regenerate
207
# TODO: lockfile? https://github.com/harlowja/fasteners
208
- catalog = generate_datasets_catalog(database_dir, save_csv=True)
+ generate_datasets_catalog(database_dir, save_csv=True)
209
210
return True, dataset_id
211
0 commit comments