mirror of
https://github.com/micropython/micropython.git
synced 2025-12-16 09:50:15 +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>