From a92ddb21f95c04cc2fcf21cc949ed42cd946b6b1 Mon Sep 17 00:00:00 2001 From: Ali Date: Thu, 4 Jun 2020 15:34:22 +0300 Subject: [PATCH] --use-local-config creating invalid config.json files on UNIX systems bug fixed --- script.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.py b/script.py index 625214e..917df99 100644 --- a/script.py +++ b/script.py @@ -294,7 +294,7 @@ def main(): sys.exit() if arguments.use_local_config: - JsonFile(".\\config.json").add(GLOBAL.config) + JsonFile("config.json").add(GLOBAL.config) sys.exit() if arguments.directory: