Re: [edk2] [Patch V3] BaseTools: Add python3-distutils Ubuntu package checking

2019-02-28 Thread Carsey, Jaben
y 28, 2019 5:19 AM > To: edk2-devel@lists.01.org > Cc: Gao, Liming > Subject: [edk2] [Patch V3] BaseTools: Add python3-distutils Ubuntu package > checking > > https://bugzilla.tianocore.org/show_bug.cgi?id=1509 > > Add python3-distutils Ubuntu package checking. > >

Re: [edk2] [Patch V3] BaseTools: Add python3-distutils Ubuntu package checking

2019-02-28 Thread Philippe Mathieu-Daudé
On 2/28/19 2:29 PM, Feng, Bob C wrote: > Hi Phil, > > Your suggested code is good but it still print the call stack. I changed it a > little, it only print the error message now. > > Thanks, > Bob > > -Original Message- > From: Feng, Bob C > Sent: Thursday, February 28, 2019 9:19 PM >

Re: [edk2] [Patch V3] BaseTools: Add python3-distutils Ubuntu package checking

2019-02-28 Thread Feng, Bob C
Hi Phil, Your suggested code is good but it still print the call stack. I changed it a little, it only print the error message now. Thanks, Bob -Original Message- From: Feng, Bob C Sent: Thursday, February 28, 2019 9:19 PM To: edk2-devel@lists.01.org Cc: Feng, Bob C ; Gao, Liming Sub

[edk2] [Patch V3] BaseTools: Add python3-distutils Ubuntu package checking

2019-02-28 Thread Feng, Bob C
https://bugzilla.tianocore.org/show_bug.cgi?id=1509 Add python3-distutils Ubuntu package checking. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Bob Feng Cc: Liming Gao --- BaseTools/Tests/RunTests.py | 7 +++ 1 file changed, 7 insertions(+) diff --git a/BaseTools