]> git.ipfire.org Git - pakfire.git/commitdiff
Fix output of transaction dump.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 20 Feb 2011 00:45:01 +0000 (01:45 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 20 Feb 2011 00:45:01 +0000 (01:45 +0100)
pakfire/transaction.py

index b3100546d651e16256d255d248bdf8333910be25..a652f22eb625465fcb83ee455d16c7077679afef 100644 (file)
@@ -220,7 +220,7 @@ class TransactionSet(object):
        def dump(self):
                width = 80
                line = "=" * width
-               format = " %-22s %-13s %-21s %-14s %4s "
+               format = " %-21s %-8s %-21s %-19s %5s "
 
                s = []
                s.append(line)