mirror of
https://github.com/micropython/micropython.git
synced 2026-01-12 15:07:15 +01:00
This is a fix for an algorithmic error in mpremote mip, that throws an error due to a '\n' used in the concatenation and split when there is more than one lib path in `sys.path`. Signed-off-by: Jos Verlinde <Jos.Verlinde@microsoft.com>