Browse Source

no need to flush stderr in my tests

Antoine Beaupré 9 years ago
parent
commit
6b547e6554
1 changed files with 0 additions and 1 deletions
  1. 0 1
      borg/helpers.py

+ 0 - 1
borg/helpers.py

@@ -192,7 +192,6 @@ class Statistics:
         else:
             msg = ' ' * columns
         print(msg, file=sys.stderr, end=final and "\n" or "\r")
-        sys.stderr.flush()
 
 
 def get_keys_dir():