Explorar el Código

no need to flush stderr in my tests

Antoine Beaupré hace 9 años
padre
commit
6b547e6554
Se han modificado 1 ficheros con 0 adiciones y 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():