Skip to content

Commit 397e644

Browse files
committed
missed removing an unused variable
1 parent dae118e commit 397e644

File tree

1 file changed

+1
-1
lines changed
  • Metro/Metro_RP2350_Match3/match3_game

1 file changed

+1
-1
lines changed

Metro/Metro_RP2350_Match3/match3_game/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
# if we made it to here then /sd/ exists and has a card
101101
# so use it for save data
102102
save_to = "/sd/set_game_autosave.dat"
103-
except OSError as e:
103+
except OSError:
104104
# no SDcard
105105
pass
106106

0 commit comments

Comments
 (0)