mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
bare/devel/qemu: Fix the release URL logic and pkconfig python3 issues.
Closes #2645.
This commit is contained in:
@@ -87,8 +87,9 @@ def log(s, lf = True):
|
||||
print(s, file = out)
|
||||
else:
|
||||
if out != sys.stdout and trace_stdout:
|
||||
print(s, end = '', flush = True)
|
||||
print(out, s, end = '', flush = True)
|
||||
print(s, end = '')
|
||||
sys.stdout.flush()
|
||||
print(s, end = '', file = out)
|
||||
|
||||
def run(argv):
|
||||
|
||||
|
Reference in New Issue
Block a user