forked frommicropython/micropython-lib
- Notifications
You must be signed in to change notification settings - Fork0
Commit96e17b6
committed
mip: Make mip.install() skip /rom*/lib directories.
If a ROMFS is mounted then "/rom/lib" is usually in `sys.path` before thewritable filesystem's "lib" entry. The ROMFS directory cannot be installedto, so skip it if found.Signed-off-by: Damien George <damien@micropython.org>1 parent7337e08 commit96e17b6
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
174 | | - | |
| 174 | + | |
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
| |||
0 commit comments
Comments
(0)