You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Option to disable verbose formatting for given types of exceptions (generating a standard python-like traceback instead)
5
-
- Line wrap for printed variables can be adjusted or turned off
3
+
-
4
+
5
+
# 0.2.4 - June 17, 2020
6
6
7
7
## Changed
8
8
- Disabled verbose formatting for KeyboardInterrupts by default. Call `format(..., suppressed_exceptions=None`) to enforce verbose printing even on a keyboard interrupt.
9
9
10
+
## Added
11
+
- New keyword arg `suppressed_exceptions` to disable verbose formatting for certain types of exceptions (generating a standard python-like traceback instead).
12
+
- New keyword arg `line_wrap` to adjust or disable the line wrap on variable values.
0 commit comments