Commit ca878d0
authored
Issue noted in Learn
Add the middle line between the first and last line in the example for setting up an SD Card. The first item is a '?' and the code crashes. On web page:
https://learn.adafruit.com/adafruit-micro-sd-breakout-board-card-tutorial/circuitpython
blakebr
.
.
for file in os.listdir(path):
if file == "?": continue
print(file, path + "/" + file)1 parent 237cb1a commit ca878d0
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| |||
0 commit comments