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

Log index creation

parent 5aa9b5f0
No related branches found
No related tags found
No related merge requests found
......@@ -428,6 +428,7 @@ def main():
"\t".join([dataset_code, dataset_tree_id, dataset_blob_id])
for dataset_code, (dataset_tree_id, dataset_blob_id) in dataset_pair_by_dataset_code.items()
)
log.info("Datasets index file written: %s", dataset_index_file_path)
if not args.no_commit:
categories_tree_json_blob = Blob.from_string(
......
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