]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Correct BPDG tool error prints
authorKonstantin Aladyshev <aladyshev22@gmail.com>
Mon, 5 Sep 2022 09:19:23 +0000 (17:19 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Wed, 19 Oct 2022 06:32:07 +0000 (06:32 +0000)
commit81aeb9464821b59aa850c681abca3524d5164cc8
treeb4601365c35f121d5ac67225552abd7bb09645b8
parent09e74b81ba7178588d4636762ffb852987f18525
BaseTools: Correct BPDG tool error prints

Popen communication returns bytestrings. It is necessary to perform
decode on these strings before passing them to the EdkLogger that
works with ordinary strings.

Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
Reviewed-by: Bob Feng <bob.c.feng@intel.com>
BaseTools/Source/Python/Common/VpdInfoFile.py