]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Fix a Eot issue.
authorFeng, Bob C <bob.c.feng@intel.com>
Mon, 25 Feb 2019 09:19:02 +0000 (17:19 +0800)
committerFeng, Bob C <bob.c.feng@intel.com>
Tue, 26 Feb 2019 01:10:23 +0000 (09:10 +0800)
commitdc082d50293751b918787e5db9566bcec150f474
tree43a0dfa970a9f24039954e40f8d91bf9288f9e2b
parentdde29b9ca544a47e08cb53cba3895fcabe82521e
BaseTools: Fix a Eot issue.

FirmwareVolume.UnDispatchedFfsDict is mutated during iteration,
convert the FirmwareVolume.UnDispatchedFfsDict.keys() to a new list
 to resolve this problem.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Bob Feng <bob.c.feng@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
BaseTools/Source/Python/Eot/EotMain.py