commit | 58632a7f44cb0aef2c5cd4ede966c89abc430968 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri May 17 22:00:45 2019 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Jul 10 16:52:58 2019 -0600 |
tree | f64cfac9b3daf56eea842aa05c0f1ab4cd636906 | |
parent | 3c47e4105e0b467938660a986c261f2db10a2edd [diff] |
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>