Merge pull request #5653 from rtthread-bot/rtt_bot

[update] RT-Thread Robot automatic submission
This commit is contained in:
guo
2022-03-10 09:34:04 +08:00
committed by GitHub

View File

@@ -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