You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
launcher.py: print exception when caught
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user