commit | 4277543afc642504481b6bbb2439676c27592b7b | [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 | 0696ee68d9e618b7f1952686e340c31c62957e5e [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>