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
code.py output:
Traceback (most recent call last):
File "code.py", line 7, in <module>
ValueError: a message
Description
Traceback should be:
code.py output:
Traceback (most recent call last):
File "code.py", line 7, in <module>
File "code.py", line 5, in f
File "code.py", line 2, in g
ValueError: a message
This full traceback is seen in builds before #5574.
Additional information
No response
The text was updated successfully, but these errors were encountered:
CircuitPython version
Code/REPL
Behavior
Traceback has only one entry:
Description
Traceback should be:
This full traceback is seen in builds before #5574.
Additional information
No response
The text was updated successfully, but these errors were encountered: