summaryrefslogtreecommitdiffstatshomepage
path: root/py/obj.c
diff options
context:
space:
mode:
Diffstat (limited to 'py/obj.c')
-rw-r--r--py/obj.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/obj.c b/py/obj.c
index f80d1a9772..95052d16d2 100644
--- a/py/obj.c
+++ b/py/obj.c
@@ -62,7 +62,7 @@ void mp_obj_print_exception(mp_obj_t exc) {
}
}
}
- mp_obj_print(exc, PRINT_REPR);
+ mp_obj_print(exc, PRINT_EXC);
printf("\n");
}