From e8faef1743e8cb203ec9617ce8a76a2e29f468a9 Mon Sep 17 00:00:00 2001 From: Thomas Farstrike Date: Sun, 30 Nov 2025 15:52:47 +0100 Subject: [PATCH] Comments --- .../apps/com.micropythonos.camera/assets/camera_app.py | 1 + 1 file changed, 1 insertion(+) diff --git a/internal_filesystem/apps/com.micropythonos.camera/assets/camera_app.py b/internal_filesystem/apps/com.micropythonos.camera/assets/camera_app.py index a23f45e8..cc55e10e 100644 --- a/internal_filesystem/apps/com.micropythonos.camera/assets/camera_app.py +++ b/internal_filesystem/apps/com.micropythonos.camera/assets/camera_app.py @@ -246,6 +246,7 @@ class CameraApp(Activity): def snap_button_click(self, e): print("Taking picture...") + # Would be nice to check that there's enough free space here, and show an error if not... import os try: os.mkdir("data")