You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
main.py: improve output
This commit is contained in:
@@ -87,7 +87,7 @@ if auto_start_app and launcher_app.fullname != auto_start_app:
|
||||
mpos.apps.start_app(auto_start_app)
|
||||
|
||||
if not started_launcher:
|
||||
print("WARNING: launcher {launcher_app} failed to start, not cancelling OTA update rollback")
|
||||
print(f"WARNING: launcher {launcher_app} failed to start, not cancelling OTA update rollback")
|
||||
else:
|
||||
try:
|
||||
import ota.rollback
|
||||
|
||||
Reference in New Issue
Block a user