Explorar o código

Revert "no need to flush stderr in my tests"

It is actually necessary, for now.

This reverts commit 8fdd1eddf91a3d5dbc013ba6e4a170f8613598c0.

Conflicts:
	borg/helpers.py
Antoine Beaupré %!s(int64=9) %!d(string=hai) anos
pai
achega
e4f325182e
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      borg/helpers.py

+ 1 - 0
borg/helpers.py

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