From fe1408ccb9a7148e15b325dc6e13bc7d09b9f28b Mon Sep 17 00:00:00 2001 From: Thomas Farstrike Date: Sun, 23 Nov 2025 14:21:37 +0100 Subject: [PATCH] main.py: improve output --- internal_filesystem/lib/mpos/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal_filesystem/lib/mpos/main.py b/internal_filesystem/lib/mpos/main.py index 05eb56b3..36ea885a 100644 --- a/internal_filesystem/lib/mpos/main.py +++ b/internal_filesystem/lib/mpos/main.py @@ -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