--use-local-config creating invalid config.json files on UNIX systems bug fixed
This commit is contained in:
@@ -294,7 +294,7 @@ def main():
|
|||||||
sys.exit()
|
sys.exit()
|
||||||
|
|
||||||
if arguments.use_local_config:
|
if arguments.use_local_config:
|
||||||
JsonFile(".\\config.json").add(GLOBAL.config)
|
JsonFile("config.json").add(GLOBAL.config)
|
||||||
sys.exit()
|
sys.exit()
|
||||||
|
|
||||||
if arguments.directory:
|
if arguments.directory:
|
||||||
|
|||||||
Reference in New Issue
Block a user