[Apt-offline-devel] [SCM] Offline APT Package Manager branch, master, updated. 0.9.4-5-gf045c27

Ritesh Raj Sarraf rrs at researchut.com
Sat Oct 17 18:55:09 UTC 2009


The following commit has been merged in the master branch:
commit f045c278361160c74b02e4768be16a7a4ca4f2b3
Author: Ritesh Raj Sarraf <rrs at researchut.com>
Date:   Sun Oct 18 00:24:29 2009 +0530

    add space to format current/total items properly

diff --git a/AptOfflineLib.py b/AptOfflineLib.py
index c808f43..d35ed72 100644
--- a/AptOfflineLib.py
+++ b/AptOfflineLib.py
@@ -317,7 +317,7 @@ class ProgressBar( object ):
                 self.display()
         
         def display( self ):
-                print "\r%3s/%3s items: %s\r" % ( self.complete, self.items, str( self ) ),
+                print "\r%3s /%3s items: %s\r" % ( self.complete, self.items, str( self ) ),
         
         def __str__( self ):
                 #compute display fraction

-- 
Offline APT Package Manager



More information about the Apt-offline-devel mailing list