Florian Festi wrote:
Tracebacks when pressing n after yum update

    cu

        Florian
------------------------------------------------------------------------

Index: __init__.py
===================================================================
RCS file: /cvsroot/yum/cvs/yum/yum/__init__.py,v
retrieving revision 1.311
diff -u -r1.311 __init__.py
--- __init__.py 19 Mar 2007 21:53:56 -0000      1.311
+++ __init__.py 20 Mar 2007 08:38:12 -0000
@@ -509,7 +509,7 @@
                   fset=lambda self, value: setattr(self, "_up", value),
                   fdel=lambda self: setattr(self, "_up", None))
     comps = property(fget=lambda self: self._getGroups(),
-                     fset=lambda self, value: self._setGroups(self, value),
+                     fset=lambda self, value: self._setGroups(value),
                      fdel=lambda self: setattr(self, "_comps", None))
------------------------------------------------------------------------
Thanks, i found this one too, i have already commit a fix.

Tim
_______________________________________________
Yum-devel mailing list
[email protected]
https://lists.dulug.duke.edu/mailman/listinfo/yum-devel

Reply via email to