--use-local-config creating invalid config.json files on UNIX systems bug fixed

This commit is contained in:
Ali
2020-06-04 15:34:22 +03:00
parent 74148ceec3
commit a92ddb21f9

View File

@@ -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: