Re: [edk2-devel] [PATCH] BaseTools: Correct BPDG tool error prints

2022-09-30 Thread Bob Feng
Reviewed-by: Bob Feng -Original Message- From: Konstantin Aladyshev Sent: Monday, September 5, 2022 5:19 PM To: devel@edk2.groups.io Cc: Feng, Bob C ; Gao, Liming ; Chen, Christine ; Konstantin Aladyshev Subject: [PATCH] BaseTools: Correct BPDG tool error prints Popen communication

[edk2-devel] [PATCH] BaseTools: Correct BPDG tool error prints

2022-09-05 Thread Konstantin Aladyshev
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 --- BaseTools/Source/Python/Common/VpdInfoFile.py | 4 ++-- 1 file changed, 2 insertions(+), 2