summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xgit-bz2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-bz b/git-bz
index f1756cd..8f56df7 100755
--- a/git-bz
+++ b/git-bz
@@ -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()