diff options
-rwxr-xr-x | git-bz | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -171,7 +171,7 @@ def git_run(command, *args, **kwargs): # before the next print if error: sys.stderr.write(error.decode()) - sys.stdout.flush() + sys.stderr.flush() if output: sys.stdout.write(output.decode()) sys.stdout.flush() |