diff options
| author | DavePutz <dwputz@gmail.com> | 2020-12-28 09:13:37 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-28 09:13:37 -0600 |
| commit | 9c14593d623181e7b1eb5f5358869977befc1d74 (patch) | |
| tree | a8dcb57b312b97518f185154e10a71274583fcb4 /py/obj.c | |
| parent | 3d5c77c601fa8297861416dde52211809c3e7b58 (diff) | |
| parent | 1b7fbaf31eb84ce718fc715dc09a32b010eac9b5 (diff) | |
Merge pull request #36 from adafruit/main
UPdate from adafruit main
Diffstat (limited to 'py/obj.c')
| -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); |
