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

MAINT: disable valueerror for now

parent 8371f8b3
No related branches found
No related tags found
2 merge requests!178FIX: #96 Better error output for crawl.py script.,!177Refactor email
Pipeline #52919 passed with warnings
...@@ -1083,7 +1083,9 @@ def crawler_main(crawled_directory_path: str, ...@@ -1083,7 +1083,9 @@ def crawler_main(crawled_directory_path: str,
ident.load_from_yaml_definition(identifiables_definition_file) ident.load_from_yaml_definition(identifiables_definition_file)
crawler.identifiableAdapter = ident crawler.identifiableAdapter = ident
else: else:
raise ValueError("An identifiable file is needed.") # TODO
#raise ValueError("An identifiable file is needed.")
pass
remove_prefix = _treat_deprecated_prefix(prefix, remove_prefix) remove_prefix = _treat_deprecated_prefix(prefix, remove_prefix)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment