launcher.py: print exception when caught

This commit is contained in:
Thomas Farstrike
2025-10-19 08:31:44 +02:00
parent 9034c1c960
commit ad4b06bc4e
@@ -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