mirror of
https://github.com/micropython/micropython.git
synced 2026-05-01 13:20:14 +02:00
9d989e4d8b
Most cases here have `print(..., some_str)` changed to `print(..., repr(some_str))`. This makes the empty string visible and prevents bare trailing spaces. Signed-off-by: Dan Halbert <halbert@halwitz.org>
6 lines
175 B
Plaintext
6 lines
175 B
Plaintext
Unhandled exception in thread started by <function thread_entry at 0x\[0-9a-f\]\+>
|
|
Traceback (most recent call last):
|
|
File \.\+, line 7, in thread_entry
|
|
ValueError: \$
|
|
done
|