Replies: 0 comments
-
I replaced this with an issue. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I replaced this with an issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When doing os.ilistdir("/") and ROMFS is enabled the result is :
All files return a tuple of 4 elements, except the rom folder of ROMFS. This breaks existing code that checks for the size.
MicroPython version:
However, extmod/vfs_rom.c seems to return 4 element tuples, with a code similar to ext_mod/vfs_lfsx.c:
This is unexpected. Before reporting as bug, I'd like some confirmation.
Beta Was this translation helpful? Give feedback.
All reactions