Skip to content

Commit

Permalink
cutting trace size
Browse files Browse the repository at this point in the history
  • Loading branch information
pomponchik committed Nov 26, 2023
1 parent 2226453 commit 923009c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion instld/cli/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def push(self, line):
module = importlib.util.module_from_spec(spec)
sys.modules['__main__'] = module
if sys.platform.lower() in ('win32',):
cutting_trace_size = 5
cutting_trace_size = 6
else:
cutting_trace_size = 4
set_cutting_excepthook(cutting_trace_size)
Expand Down

0 comments on commit 923009c

Please sign in to comment.