]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Don't need to add extra quotes when UI string from file
authorBin Wang <binx.a.wang@intel.com>
Thu, 10 Aug 2017 08:54:57 +0000 (16:54 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Sat, 12 Aug 2017 04:40:17 +0000 (12:40 +0800)
commit1e892df6860dc655f8e570450d74791b84de9928
tree1baa1295a3cbb6a186352992ad4209e885f5c69c
parent566368148c014702f98d6c37a3934b1c1e60dfd4
BaseTools: Don't need to add extra quotes when UI string from file

when the UI string is read from files, we don't need to add the extra
quotes. Otherwise, it will cause UI name has this extra quotes.

Cc: Liming Gao <liming.gao@intel.com>
Cc: Yonghong Zhu <yonghong.zhu@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Bin Wang <binx.a.wang@intel.com>
Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>
BaseTools/Source/Python/GenFds/UiSection.py