[yum-git] yum/comps.py
Seth Vidal
skvidal at linux.duke.edu
Tue Apr 1 22:01:21 UTC 2008
yum/comps.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 7ecff1ee80021993521e0be05714bc8c5755e34d
Author: Seth Vidal <skvidal at fedoraproject.org>
Date: Tue Apr 1 17:54:24 2008 -0400
correct typo in comps.py =+ != +=
diff --git a/yum/comps.py b/yum/comps.py
index 3500843..fe4a022 100755
--- a/yum/comps.py
+++ b/yum/comps.py
@@ -204,7 +204,7 @@ class Group(object):
str(self.user_visible), self.display_order)
if self.langonly:
- msg =+ """ <lang_only>%s</lang_only>""" % self.langonly
+ msg += """ <lang_only>%s</lang_only>""" % self.langonly
msg +=""" <name>%s</name>\n""" % self.name
for (lang, val) in self.translated_name.items():
More information about the Yum-cvs-commits
mailing list