[yum-cvs] yum/update_md.py
James Bowes
jbowes at linux.duke.edu
Sun Aug 19 13:53:25 UTC 2007
yum/update_md.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit c284a1e7a7187e345e6546e6c3d26b13716cf581
Author: James Bowes <jbowes at redhat.com>
Date: Thu Aug 16 10:30:39 2007 -0400
Fix typo in update_md
diff --git a/yum/update_md.py b/yum/update_md.py
index ef34bd2..c45fe7e 100644
--- a/yum/update_md.py
+++ b/yum/update_md.py
@@ -74,7 +74,7 @@ class UpdateNotice(object):
""" % self._md
if self._md['updated'] and self._md['updated'] != self._md['issued']:
- head += " Updated : %(updated)s" % self_md
+ head += " Updated : %(updated)s" % self._md['updated']
# Add our bugzilla references
bzs = filter(lambda r: r['type'] == 'bugzilla', self._md['references'])
More information about the Yum-cvs-commits
mailing list