mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 19:20:22 +01:00
This change helps detect if the filesystem is invalid, by also including the first mount attempt within the try-except. Then the FAT is reformatted if needed. Fixes issue #15779. Signed-off-by: iabdalkader <i.abdalkader@gmail.com>