Load default settings in CLI mode, of config is not passed in

This commit is contained in:
Micah Lee 2019-09-01 20:45:19 -07:00
parent fdb94eba0c
commit 9604ee3881

View File

@ -109,6 +109,8 @@ def main(cwd=None):
# Re-load settings, if a custom config was passed in
if config:
common.load_settings(config)
else:
common.load_settings()
# Verbose mode?
common.verbose = verbose