fix after rebase

This commit is contained in:
Zach White 2021-09-09 08:33:41 -07:00
parent 6f4742bde6
commit 81b17125eb
5 changed files with 37 additions and 31 deletions

View file

@ -24,6 +24,8 @@ def json_load(json_file):
exit(1)
except Exception as e:
cli.log.error('Unknown error attempting to load {fg_cyan}%s{fg_reset}:\n\t{fg_red}%s', json_file, e)
if cli.args.verbose:
cli.log.exception(e)
exit(1)