summaryrefslogtreecommitdiff
path: root/py/obj.c
diff options
context:
space:
mode:
authorhierophect <hierophect@gmail.com>2020-12-15 15:08:30 -0500
committerGitHub <noreply@github.com>2020-12-15 15:08:30 -0500
commit3ad4b12ce141806e1aaee524a4e3c818ecd3d0d8 (patch)
treeec70bd9ad59fb43655854be9e2e06f20c5b1c6c0 /py/obj.c
parentcac755ba16cd0bd68a3251ca26a1d7ba4099e4fa (diff)
parentafcc00fed4355f9fa8c3da4c28858e6bff21bf4d (diff)
Merge branch 'main' into esp-analog-hang
Diffstat (limited to 'py/obj.c')
-rw-r--r--py/obj.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/py/obj.c b/py/obj.c
index d8e34746c..b6462641c 100644
--- a/py/obj.c
+++ b/py/obj.c
@@ -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);