Stop exiting the script when using use_local_config setting
This commit is contained in:
@@ -302,7 +302,6 @@ def main():
|
|||||||
|
|
||||||
if arguments.use_local_config:
|
if arguments.use_local_config:
|
||||||
JsonFile("config.json").add(GLOBAL.config)
|
JsonFile("config.json").add(GLOBAL.config)
|
||||||
sys.exit()
|
|
||||||
|
|
||||||
if arguments.directory:
|
if arguments.directory:
|
||||||
GLOBAL.directory = Path(arguments.directory.strip())
|
GLOBAL.directory = Path(arguments.directory.strip())
|
||||||
|
|||||||
Reference in New Issue
Block a user