From d3120fcfea09c6209046f6ff4c9f665a9a396b1e 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 12:20:39 +0100 Subject: [PATCH] FIX: fix typo --- src/caoscrawler/crawl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/caoscrawler/crawl.py b/src/caoscrawler/crawl.py index d300c52d..7ad81e7b 100644 --- a/src/caoscrawler/crawl.py +++ b/src/caoscrawler/crawl.py @@ -1457,7 +1457,7 @@ def main(): if args.add_cwd_to_path: sys.path.append(os.path.abspath(".")) - restrict_path = None + restricted_path = None if args.restrict_path: restricted_path = split_restricted_path(args.restrict_path) if args.restrict: -- GitLab