bugfix: remove undefined variable 'bad_fs_ok'
This commit is contained in:
parent
1ed6dd76c6
commit
adf1b0408c
@ -40,7 +40,6 @@ def _try_microsd():
|
||||
|
||||
except OSError as exc:
|
||||
# corrupt or unformated SD card (or something)
|
||||
if bad_fs_ok: return True
|
||||
#sys.print_exception(exc)
|
||||
return False
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user