Restore stdout flushing
Otherwise it seems that the output of some lines may appear garbled
This commit is contained in:
1
whipper/extern/task/task.py
vendored
1
whipper/extern/task/task.py
vendored
@@ -550,6 +550,7 @@ class SyncRunner(TaskRunner, ITaskListener):
|
||||
print('\r', end='')
|
||||
if newline:
|
||||
print('')
|
||||
sys.stdout.flush()
|
||||
if len(what) > self._longest:
|
||||
self._longest = len(what)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user