Restore stdout flushing

Otherwise it seems that the output of some lines may appear garbled
This commit is contained in:
JoeLametta
2018-12-14 14:10:27 +00:00
parent 92cbb88f1f
commit 1349968245

View File

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