[Yum-devel] [PATCH 1/2] Don't chop names when they are from different transactions.

James Antill james at and.org
Thu Sep 9 21:19:26 UTC 2010


---
 output.py |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/output.py b/output.py
index 2287b90..ec4bd45 100755
--- a/output.py
+++ b/output.py
@@ -1813,8 +1813,9 @@ to exit.
                      utf8_width_fill(_("Package"), 53, 53))
         print "-" * 79
         fmt = "%6u | %s | %-50s"
-        last = None
         for old in self.history.old(tids):
+            last = None
+
             # Copy and paste from list ... uh.
             rmark = lmark = ' '
             if old.return_code is None:
-- 
1.7.2



More information about the Yum-devel mailing list