Merge "fix(cli): Print statement in global error handler"

This commit is contained in:
Jenkins 2014-03-11 16:33:25 +00:00 committed by Gerrit Code Review
commit c5b894ac00

View File

@ -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)