]> git.proxmox.com Git - mirror_edk2.git/commit - BaseTools/Source/Python/GenFds/Fv.py
BaseTools: remove un-needed use of .keys() on dictionaries
authorCarsey, Jaben <jaben.carsey@intel.com>
Thu, 12 Apr 2018 23:53:53 +0000 (16:53 -0700)
committerYonghong Zhu <yonghong.zhu@intel.com>
Mon, 23 Apr 2018 03:11:19 +0000 (11:11 +0800)
commitb491aa95ab9e2e831f658bb74bf9ed67bff082ac
tree178486ff9788ba9723ca80f1ac2021dd49a88c19
parent4e50eba1b6d606fdda19558e7142366403115028
BaseTools: remove un-needed use of .keys() on dictionaries

sometimes just delete it.
sometimes the loop needed .values() instead

Cc: Liming Gao <liming.gao@intel.com>
Cc: Yonghong Zhu <yonghong.zhu@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Jaben Carsey <jaben.carsey@intel.com>
Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>
BaseTools/Source/Python/GenFds/Fv.py
BaseTools/Source/Python/Workspace/DscBuildData.py