Open benji-york opened 1 year ago
This FAQ discusses a command's output being generated all-at-once at the end of execution.
Another possible explanation/fix is to run the Python subprocess with unbuffered IO (the -u switch).
-u
This FAQ discusses a command's output being generated all-at-once at the end of execution.
Another possible explanation/fix is to run the Python subprocess with unbuffered IO (the
-u
switch).