[yum-cvs] yum/yum __init__.py,1.175,1.176
Paul Nasrat
pnasrat at linux.duke.edu
Sun Jan 15 12:23:07 UTC 2006
Update of /home/groups/yum/cvs/yum/yum
In directory login1.linux.duke.edu:/tmp/cvs-serv9795
Modified Files:
__init__.py
Log Message:
Fix traceback https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=177737
Index: __init__.py
===================================================================
RCS file: /home/groups/yum/cvs/yum/yum/__init__.py,v
retrieving revision 1.175
retrieving revision 1.176
diff -u -r1.175 -r1.176
--- __init__.py 12 Jan 2006 06:32:27 -0000 1.175
+++ __init__.py 15 Jan 2006 12:23:05 -0000 1.176
@@ -1305,7 +1305,7 @@
try:
txmbr.groups.remove(grpid)
except ValueError:
- self.log(4, "package %s was not marked in group %s" % (po, grpid))
+ self.log(4, "package %s was not marked in group %s" % (txmbr.po, grpid))
continue
# if there aren't any other groups mentioned then remove the pkg
More information about the Yum-cvs-commits
mailing list