Skip to content

Commit fe1408c

Browse files
main.py: improve output
1 parent ea0f863 commit fe1408c

File tree

1 file changed

+1
-1
lines changed
  • internal_filesystem/lib/mpos

1 file changed

+1
-1
lines changed

internal_filesystem/lib/mpos/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def custom_exception_handler(e):
8787
mpos.apps.start_app(auto_start_app)
8888

8989
if not started_launcher:
90-
print("WARNING: launcher {launcher_app} failed to start, not cancelling OTA update rollback")
90+
print(f"WARNING: launcher {launcher_app} failed to start, not cancelling OTA update rollback")
9191
else:
9292
try:
9393
import ota.rollback

0 commit comments

Comments
 (0)