We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee95c41 commit 04a5261Copy full SHA for 04a5261
1 file changed
ports/quectel/modules/_boot.py
@@ -53,14 +53,11 @@ def _repl_enable():
53
if 'ENODEV' in str(e):
54
VfsLfs.mkfs(udev)
55
uos.mount(udev, '/')
56
- else:
57
- raise ValueError("LFS usr mount fail".format(e))
58
if 'usr' not in uos.listdir():
59
uos.mkdir('usr')
60
if 'bak' not in uos.listdir():
61
uos.mkdir('bak')
62
63
-
64
except Exception:
65
print('error occurs in boot step.')
66
0 commit comments