Skip to content

Commit

Permalink
fix ux
Browse files Browse the repository at this point in the history
  • Loading branch information
Michaelvll committed Dec 18, 2022
1 parent 45aeb42 commit d0f1888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sky/utils/ux_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def print_exception_no_traceback():
raise ValueError('...')
"""
original_tracelimit = getattr(sys, 'tracebacklimit', 1000)
# sys.tracebacklimit = 0
sys.tracebacklimit = 0
yield
sys.tracebacklimit = original_tracelimit

Expand Down

0 comments on commit d0f1888

Please sign in to comment.