Browse Source

Merge pull request #5653 from rtthread-bot/rtt_bot

[update] RT-Thread Robot automatic submission
guo 3 years ago
parent
commit
f660d8100c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tools/gcc.py

+ 1 - 1
tools/gcc.py

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