Skip to content

Commit 02b3dc8

Browse files
authored
Update code.py
1 parent 86f66dd commit 02b3dc8

File tree

1 file changed

+1
-1
lines changed
  • Introducing_Trinket_M0/Trinket_SDCardList

1 file changed

+1
-1
lines changed

Introducing_Trinket_M0/Trinket_SDCardList/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
def print_directory(path, tabs=0):
3030
for file in os.listdir(path):
31-
if file == "?":
31+
if file == "?":
3232
continue # Issue noted in Learn
3333
stats = os.stat(path + "/" + file)
3434
filesize = stats[6]

0 commit comments

Comments
 (0)