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
commit f660d8100c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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