]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Update incorrect variable name 'DataPile'
authorFan, ZhijuX <zhijux.fan@intel.com>
Tue, 20 Aug 2019 00:48:53 +0000 (08:48 +0800)
committerFeng, Bob C <bob.c.feng@intel.com>
Tue, 20 Aug 2019 06:15:47 +0000 (14:15 +0800)
commit0970a80583a9a0595eb357f380e604b57136fa26
treeb4cd129cdce93ef3f3eaf2e14304c8c26bcc2794
parent94459080c118049aba927ec0444ba5b750b7d2c9
BaseTools: Update incorrect variable name 'DataPile'

BZ:https://bugzilla.tianocore.org/show_bug.cgi?id=2093

The PlatformAutoGen object has a DataPipe property but no DataPile property
So change the variable name 'DataPile' to 'DataPipe' in BuildReport.py

This patch is going to fix that issue.

Cc: Liming Gao <liming.gao@intel.com>
Cc: Bob Feng <bob.c.feng@intel.com>
Signed-off-by: Zhiju.Fan <zhijux.fan@intel.com>
Reviewed-by: Bob Feng <bob.c.feng@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
BaseTools/Source/Python/build/BuildReport.py