]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools:corrected error message for the DatumType error
authorFan, ZhijuX <zhijux.fan@intel.com>
Tue, 7 May 2019 07:14:14 +0000 (15:14 +0800)
committerFeng, Bob C <bob.c.feng@intel.com>
Wed, 8 May 2019 01:41:41 +0000 (09:41 +0800)
commit8b4b2fb9a1839f719a8a4045fefafa66ddc52e63
tree91b60d0bf03830364219c6064ae291bd9eb6faf6
parentf5245a1db144be95046deaed71a99b64362595b6
BaseTools:corrected error message for the DatumType error

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

For structure Pcd, Its DatumType may be self-defined,
If the PCD DatumType format is incorrect,
this PCD DatumType error message is inappropriate.

This patch corrects the error message.

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