]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Remove the outdated verbose parameter of namedtuple
authorYunhua Feng <yunhuax.feng@intel.com>
Tue, 25 Sep 2018 05:31:35 +0000 (13:31 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Sat, 13 Oct 2018 01:50:39 +0000 (09:50 +0800)
commit6693f359b3c213513c5096a06c6f67244a44dc52
tree5070b62bb964af295a41502a09b848bf22737b80
parent301402fa4797ac3a141e575329ca2ea91756414c
BaseTools: Remove the outdated verbose parameter of namedtuple

the verbose is outdated.
in 3.6: The verbose and rename parameters became keyword-only arguments

Cc: Liming Gao <liming.gao@intel.com>
Cc: Yonghong Zhu <yonghong.zhu@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Yunhua Feng <yunhuax.feng@intel.com>
Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>
BaseTools/Source/Python/Workspace/BuildClassObject.py