Skip to content
This repository has been archived by the owner on May 25, 2021. It is now read-only.

Commit

Permalink
Enable friendly error reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanhall authored Feb 8, 2017
1 parent 60d0eb4 commit faed4eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion envmgr/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
def except_hook(exec_type, value, trace_back):
print(value)

# sys.excepthook = except_hook
sys.excepthook = except_hook

def main():
"""Main CLI entrypoint."""
Expand Down

0 comments on commit faed4eb

Please sign in to comment.