From 79e70327c0747d45883dbdaffe2957b414c514bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <h.tomwoerden@indiscale.com> Date: Thu, 2 Feb 2023 10:09:27 +0100 Subject: [PATCH] FIX: missing argument --- src/caoscrawler/crawl.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/caoscrawler/crawl.py b/src/caoscrawler/crawl.py index b2c9ae32..3d844ad5 100644 --- a/src/caoscrawler/crawl.py +++ b/src/caoscrawler/crawl.py @@ -450,7 +450,9 @@ class Crawler(object): self.start_crawling(Directory(dir_structure_name, dirname), crawler_definition, - converter_registry) + converter_registry, + restricted_path=restricted_path + ) @staticmethod def initialize_converters(crawler_definition: dict, converter_registry: dict): -- GitLab