[yum-cvs] yum/yum __init__.py,1.178,1.179
Paul Nasrat
pnasrat at linux.duke.edu
Thu Jan 26 22:58:01 UTC 2006
Update of /home/groups/yum/cvs/yum/yum
In directory login1.linux.duke.edu:/tmp/cvs-serv8499
Modified Files:
__init__.py
Log Message:
Fix group removal traceback
Index: __init__.py
===================================================================
RCS file: /home/groups/yum/cvs/yum/yum/__init__.py,v
retrieving revision 1.178
retrieving revision 1.179
diff -u -r1.178 -r1.179
--- __init__.py 26 Jan 2006 04:36:04 -0000 1.178
+++ __init__.py 26 Jan 2006 22:57:59 -0000 1.179
@@ -1378,7 +1378,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