From ad4b06bc4e9331c00d7350088db01db8feeb3635 Mon Sep 17 00:00:00 2001 From: Thomas Farstrike Date: Sun, 19 Oct 2025 08:31:44 +0200 Subject: [PATCH] launcher.py: print exception when caught --- .../builtin/apps/com.micropythonos.launcher/assets/launcher.py | 1 + 1 file changed, 1 insertion(+) diff --git a/internal_filesystem/builtin/apps/com.micropythonos.launcher/assets/launcher.py b/internal_filesystem/builtin/apps/com.micropythonos.launcher/assets/launcher.py index 6ff69888..2d12f10c 100644 --- a/internal_filesystem/builtin/apps/com.micropythonos.launcher/assets/launcher.py +++ b/internal_filesystem/builtin/apps/com.micropythonos.launcher/assets/launcher.py @@ -59,6 +59,7 @@ class Launcher(mpos.apps.Activity): if main_launcher: app_list.append((app.name, full_path)) except OSError: + print(f"launcher.py got OSError: {e}") pass import time