]> git.proxmox.com Git - mirror_edk2.git/commitdiff
BaseTools: nametuple not have verbose parameter in python3
authorYunhua Feng <yunhuax.feng@intel.com>
Fri, 30 Nov 2018 01:36:07 +0000 (09:36 +0800)
committerFeng, Bob C <bob.c.feng@intel.com>
Fri, 1 Feb 2019 03:09:17 +0000 (11:09 +0800)
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>
BaseTools/Source/Python/Workspace/BuildClassObject.py

index 73920c5153fe3723bd2e9b2a6db6abee1e19eb34..b67414b930fb3233627e4be65524e22e48f36b1e 100644 (file)
@@ -355,7 +355,7 @@ class StructurePcd(PcdClassObject):
         new_pcd.ValueChain = {item for item in self.ValueChain}\r
         return new_pcd\r
 \r
-LibraryClassObject = namedtuple('LibraryClassObject', ['LibraryClass','SupModList'], verbose=False)\r
+LibraryClassObject = namedtuple('LibraryClassObject', ['LibraryClass','SupModList'])\r
 \r
 ## ModuleBuildClassObject\r
 #\r