mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
sb: Add visual feedback for http type downloads.
This commit is contained in:
@@ -58,6 +58,10 @@ def _output(text = os.linesep, log = None):
|
||||
for l in text.replace(chr(13), '').splitlines():
|
||||
print l
|
||||
|
||||
def stdout_raw(text = os.linesep):
|
||||
print text,
|
||||
sys.stdout.flush()
|
||||
|
||||
def stderr(text = os.linesep, log = None):
|
||||
for l in text.replace(chr(13), '').splitlines():
|
||||
print >> sys.stderr, l
|
||||
|
Reference in New Issue
Block a user