Merge pull request #202 from bad-jacob/local_config_fix_take_two
Stop exiting the script when using use_local_config setting
This commit is contained in:
@@ -301,7 +301,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