]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: update error message for SKUID_IDENTIFIER format
authorYonghong Zhu <yonghong.zhu@intel.com>
Sat, 1 Apr 2017 05:57:16 +0000 (13:57 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Thu, 6 Apr 2017 07:27:15 +0000 (15:27 +0800)
commit6035094da8b68c0d66cce327309efee551caa5dc
treeb4f302fd5079ba8289444fddc3bc941bdbe43330
parent8693aa6a13329a8612412789b5471c56e515ed45
BaseTools: update error message for SKUID_IDENTIFIER format

Per DSC spec, the SkuUiName use '|' as separator, so this patch update
the error message to use '|' but not space as separator.

Cc: Liming Gao <liming.gao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Yonghong Zhu <yonghong.zhu@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
BaseTools/Source/Python/Common/Misc.py