Explorar o código

no need to flush stderr in my tests

Antoine Beaupré %!s(int64=9) %!d(string=hai) anos
pai
achega
6b547e6554
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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():