lvgl-micropython / lvgl_micropython

LVGL module for MicroPython
MIT License
63 stars 19 forks source link

Do not mutate manifest_files while iterating over it #3

Closed marksull closed 7 months ago

marksull commented 7 months ago

When running a python make.py esp32 submodules mpy_cross BOARD=ESP32_GENERIC_S3 the building of the manifest file would fail with a RunTimeError exception as the entry freeze('<path>', 'display_drive_framework.py') could not be found. This occurred because the manifest_files list was being mutated while also being iterated through.