Skip to content
Snippets Groups Projects
Commit 373a72bd authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

FIX: argument order

parent 42d5dcd3
No related branches found
No related tags found
1 merge request!123REL: Release v0.6.0
Pipeline #35070 passed
......@@ -1030,7 +1030,7 @@ def crawler_main(crawled_directory_path: str,
logger.error(err)
return 1
if provenance_file is not None and debug:
crawler.save_debug_data(debug_tree, provenance_file)
crawler.save_debug_data(debug_tree=debug_tree, filename=provenance_file)
if identifiables_definition_file is not None:
ident = CaosDBIdentifiableAdapter()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment