tty: flush immediately (#40774)

This commit is contained in:
Harmen Stoppels
2023-10-30 15:07:30 +01:00
committed by GitHub
parent 9ed9a541c9
commit 060a1ff2f3

View File

@@ -211,6 +211,7 @@ def info(message, *args, **kwargs):
stream.write(line + "\n")
else:
stream.write(indent + _output_filter(str(arg)) + "\n")
stream.flush()
def verbose(message, *args, **kwargs):