]> arthur.barton.de Git - bup.git/blobdiff - lib/bup/client.py
Use the new qprogress() function in more places.
[bup.git] / lib / bup / client.py
index 8d2fbb99fef23c4755ac8c32ed5542993f1400fa..f83859fccbc0ec996015c3b0d397d97c34bff12a 100644 (file)
@@ -192,7 +192,7 @@ class Client:
         for b in chunkyreader(self.conn, n):
             f.write(b)
             count += len(b)
-            progress('Receiving index from server: %d/%d\r' % (count, n))
+            qprogress('Receiving index from server: %d/%d\r' % (count, n))
         progress('Receiving index from server: %d/%d, done.\n' % (count, n))
         self.check_ok()
         f.close()