Skip to content
Snippets Groups Projects
Commit 06517a70 authored by Christophe Benz's avatar Christophe Benz
Browse files

Add missing "continue"

parent eb8345a3
No related branches found
No related tags found
No related merge requests found
......@@ -103,6 +103,7 @@ def main():
dataset_json = dataset_dir.load_dataset_json()
except StorageError as exc:
log.error(exc)
continue
# Check that the dataset codes are identical
if dataset_json["code"] != dataset_code:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment