From 47ea54d862cffc4d04487bcfcffc34d8ae101fbb Mon Sep 17 00:00:00 2001 From: Alexander Schlemmer <alexander@mail-schlemmer.de> Date: Wed, 8 Mar 2023 14:42:17 +0100 Subject: [PATCH] MAINT: reintroduced the converters path needed for the debug tree --- src/caoscrawler/scanner.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/caoscrawler/scanner.py b/src/caoscrawler/scanner.py index 8a64416f..66895799 100644 --- a/src/caoscrawler/scanner.py +++ b/src/caoscrawler/scanner.py @@ -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): """ -- GitLab