summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/Python
diff options
context:
space:
mode:
authorYunhua Feng <yunhuax.feng@intel.com>2018-11-30 09:36:07 +0800
committerFeng, Bob C <bob.c.feng@intel.com>2019-02-01 11:09:17 +0800
commitb56abd91bcd8fb4261531f7a0f5b33c82206b443 (patch)
treeb3051a2df55160cc484b4c070f652458b28430e2 /BaseTools/Source/Python
parentf56c83f815798e52f2a0fd9f71c340ba67958a67 (diff)
downloadedk2-b56abd91bcd8fb4261531f7a0f5b33c82206b443.tar.gz
edk2-b56abd91bcd8fb4261531f7a0f5b33c82206b443.tar.bz2
edk2-b56abd91bcd8fb4261531f7a0f5b33c82206b443.zip
BaseTools: nametuple not have verbose parameter in python3
nametuple not have verbose parameter in python3 Cc: Bob Feng <bob.c.feng@intel.com> 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> Tested-by: Laszlo Ersek <lersek@redhat.com> Tested-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Reviewed-by: Liming Gao <liming.gao@intel.com> Reviewed-by: Bob Feng <bob.c.feng@intel.com>
Diffstat (limited to 'BaseTools/Source/Python')
-rw-r--r--BaseTools/Source/Python/Workspace/BuildClassObject.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/BaseTools/Source/Python/Workspace/BuildClassObject.py b/BaseTools/Source/Python/Workspace/BuildClassObject.py
index 73920c5153..b67414b930 100644
--- a/BaseTools/Source/Python/Workspace/BuildClassObject.py
+++ b/BaseTools/Source/Python/Workspace/BuildClassObject.py
@@ -355,7 +355,7 @@ class StructurePcd(PcdClassObject):
new_pcd.ValueChain = {item for item in self.ValueChain}
return new_pcd
-LibraryClassObject = namedtuple('LibraryClassObject', ['LibraryClass','SupModList'], verbose=False)
+LibraryClassObject = namedtuple('LibraryClassObject', ['LibraryClass','SupModList'])
## ModuleBuildClassObject
#