mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 03:30:14 +01:00
This is needed if you chdir to a ROMFS and want to query your current
directory.
Prior to this change, using `os.getcwd()` when in a ROMFS would raise:
AttributeError: 'VfsRom' object has no attribute 'getcwd'
Signed-off-by: Damien George <damien@micropython.org>
18 KiB
18 KiB