mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-18 10:43:30 +08:00
修正切换scons版本(比如最新的4.3.0)后,编译时在"scons: Reading SConscript files ..."后打印出"b''"的问题
This commit is contained in:
parent
a0fadd4e5a
commit
ed712069ef
@ -113,7 +113,7 @@ def GCCResult(rtconfig, str):
|
||||
stdout, stderr = child.communicate()
|
||||
|
||||
# print(stdout)
|
||||
if stderr != '':
|
||||
if stderr != '' and stderr != b'':
|
||||
print(stderr)
|
||||
|
||||
have_fdset = 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user