Browse Source

no need to flush stderr in my tests

Antoine Beaupré 9 năm trước cách đây
mục cha
commit
6b547e6554
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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():