Skip to content

Commit e8faef1

Browse files
Comments
1 parent c69342b commit e8faef1

File tree

1 file changed

+1
-0
lines changed
  • internal_filesystem/apps/com.micropythonos.camera/assets

1 file changed

+1
-0
lines changed

internal_filesystem/apps/com.micropythonos.camera/assets/camera_app.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,7 @@ def qrdecode_one(self):
246246

247247
def snap_button_click(self, e):
248248
print("Taking picture...")
249+
# Would be nice to check that there's enough free space here, and show an error if not...
249250
import os
250251
try:
251252
os.mkdir("data")

0 commit comments

Comments
 (0)