You've already forked Core2forAWS-MicroPython
mirror of
https://github.com/m5stack/Core2forAWS-MicroPython.git
synced 2026-05-20 10:30:31 -07:00
7081ea4119
When printing exceptions from files sent to a target by pyboard.py the filename in the exception is <stdin>, which differs to when running the script on the PC. So we strip out the filename to make the outputs the same on all targets (see also misc/print_exception.py test).
6 lines
93 B
Plaintext
6 lines
93 B
Plaintext
StopIteration
|
|
Traceback (most recent call last):
|
|
File , line 18, in test
|
|
StopIteration:
|
|
|