1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-01-05 13:39:18 +01:00
Files
u-boot-megous/tools/binman/control.py
Simon Glass 58632a7f44 binman: Avoid changing a dict during iteration
This code works OK in Python 2 but Python 3 complains. Adjust it to avoid
deleting elements from a dict while iterating through it.

Signed-off-by: Simon Glass <sjg@chromium.org>
2019-07-10 16:52:58 -06:00

6.8 KiB