mirror of
https://github.com/micropython/micropython.git
synced 2026-01-17 01:17:19 +01:00
If a ROMFS is mounted then "/rom/lib" is usually in `sys.path` before the writable filesystem's "lib" entry. The ROMFS directory cannot be installed to, so skip it if found. Signed-off-by: Damien George <damien@micropython.org>