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 6561d71edd
commit bf20085c4a
No known key found for this signature in database
GPG key ID: 403C2657CD994F73

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