mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-02-06 17:12:01 +08:00
Merge pull request #5653 from rtthread-bot/rtt_bot
[update] RT-Thread Robot automatic submission
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user