Merge "fix(cli): Print statement in global error handler"
This commit is contained in:
commit
c5b894ac00
@ -32,7 +32,6 @@ def _fail(returncode, ex):
|
||||
:param ex: the error that occurred
|
||||
"""
|
||||
|
||||
print(ex, file=sys.stderr)
|
||||
LOG.exception(ex)
|
||||
sys.exit(returncode)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user