Merge remote-tracking branch 'rtt_gitee/gitee_master'
This commit is contained in:
commit
d99406f40c
|
@ -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