From adf1b0408c573dc8a6347c32cc8ddfc04d206476 Mon Sep 17 00:00:00 2001 From: scgbckbone Date: Mon, 25 Mar 2024 17:17:23 +0100 Subject: [PATCH] bugfix: remove undefined variable 'bad_fs_ok' --- shared/files.py | 1 - 1 file changed, 1 deletion(-) diff --git a/shared/files.py b/shared/files.py index e8f364ad..a872202d 100644 --- a/shared/files.py +++ b/shared/files.py @@ -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