Sfoglia il codice sorgente

no need to flush stderr in my tests

Antoine Beaupré 9 anni fa
parent
commit
6b547e6554
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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():