[yum-git] output.py

James Antill james at linux.duke.edu
Tue Jan 29 05:59:20 UTC 2008


 output.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6c840a0fcf28824ef33acdb2c99eb45017550eb9
Author: James Antill <james at and.org>
Date:   Tue Jan 29 00:59:05 2008 -0500

    ...and the it's a 1am commit bug, fixed

diff --git a/output.py b/output.py
index e0a5b05..e871dae 100644
--- a/output.py
+++ b/output.py
@@ -251,7 +251,7 @@ class YumOutput:
         print "%-40.40s %-22.22s %-16.16s" % (na, ver, pkg.repoid)
 
 
-    def _outKeyValFill(key, val):
+    def _outKeyValFill(self, key, val):
         """ Return a key value pair in the common two column output format. """
         nxt = ' ' * (len(key) - 2) + ': '
         return fill(val, width=self.term.columns,



More information about the Yum-cvs-commits mailing list