From c6b1bb7f3e0c21cbaba83e8e189cf28367a5c4b6 Mon Sep 17 00:00:00 2001 From: felizk Date: Sun, 21 Mar 2021 09:38:24 +0100 Subject: [PATCH] Stop exiting the script when using use_local_config setting --- script.py | 1 - 1 file changed, 1 deletion(-) diff --git a/script.py b/script.py index 61315d6..f229dc2 100644 --- a/script.py +++ b/script.py @@ -302,7 +302,6 @@ def main(): if arguments.use_local_config: JsonFile("config.json").add(GLOBAL.config) - sys.exit() if arguments.directory: GLOBAL.directory = Path(arguments.directory.strip())