diff options
| author | Jeff Epler <jeff@adafruit.com> | 2020-12-15 08:11:28 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-15 08:11:28 -0600 |
| commit | afcc00fed4355f9fa8c3da4c28858e6bff21bf4d (patch) | |
| tree | 5301166ad31d03b04e00264a41976f0020a7c466 | |
| parent | b810b384c9795ae1b514aef451e9952115cf2395 (diff) | |
| parent | bde1c4166d08bd9530b1dc4dcf3bfff7f3e33bca (diff) | |
Merge pull request #3771 from cwalther/exceptionprint
#3702 breaks printing an exception twice
| -rw-r--r-- | py/obj.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -125,7 +125,6 @@ void mp_obj_print_exception(const mp_print_t *print, mp_obj_t exc) { mp_printf(print, decompressed_block, block); } } - mp_obj_exception_clear_traceback(exc); } } mp_obj_print_helper(print, exc, PRINT_EXC); |
