Skip to content

Commit 3b61545

Browse files
authored
Update code.py
In changing the variable filenames to file_names to avoid a scope issue, one wasn't changed. Tested and this works.
1 parent f354a53 commit 3b61545

File tree

1 file changed

+1
-1
lines changed
  • PyPortal_Floppy_with_Display

1 file changed

+1
-1
lines changed

PyPortal_Floppy_with_Display/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def get_files(base):
3030
file_names.append((filetext, True))
3131
else:
3232
file_names.append((filetext, False))
33-
return filenames
33+
return file_names
3434

3535
def get_touch(screen):
3636
p = None

0 commit comments

Comments
 (0)