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