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:
|
|
|