Merge pull request #5653 from rtthread-bot/rtt_bot
[update] RT-Thread Robot automatic submission
This commit is contained in:
commit
f660d8100c
|
@ -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…
Reference in New Issue