Skip to content

Commit d14f554

Browse files
main.py improve output
1 parent 40b9d73 commit d14f554

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal_filesystem/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
try:
3232
import mpos.main # noqa: F401
3333
except Exception as e:
34-
print("Error importing mpos.main, sleeping 5 seconds...")
34+
print("Error importing mpos.main, sleeping 5 seconds before printing the exception...")
3535
import time
3636
time.sleep(5) # sleep so the user has time to connect to serial console
3737
sys.print_exception(e) # print it after the sleep so user can see it on serial console

0 commit comments

Comments
 (0)