Skip to content
Snippets Groups Projects
Commit 47ea54d8 authored by Alexander Schlemmer's avatar Alexander Schlemmer
Browse files

MAINT: reintroduced the converters path needed for the debug tree

parent 9fd76b44
No related branches found
No related tags found
2 merge requests!108Release 0.5.0,!104Create a new scanner module and move functions from crawl module there
Pipeline #34409 failed
......@@ -230,6 +230,7 @@ def scanner(self,
general_store: Optional[GeneralStore] = None,
record_store: Optional[RecordStore] = None,
structure_elements_path: Optional[list[str]] = None,
converters_path: Optional[list[str]] = None,
restricted_path: Optional[list[str]] = None,
crawled_data: Optional[list[db.Record]] = None):
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment