[yum-commits] Branch 'yum-3_2_X' - cli.py
Tim Lauridsen
timlau at osuosl.org
Mon Nov 15 06:31:56 UTC 2010
cli.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 7e418ff40a374215d52e53ec33412a23f3a26c50
Author: Tim Lauridsen <timlau at fedoraproject.org>
Date: Mon Nov 15 07:26:49 2010 +0100
fix '* Maybe you meant:' in non english locale
diff --git a/cli.py b/cli.py
index 0c5d8ed..abf9a53 100644
--- a/cli.py
+++ b/cli.py
@@ -627,7 +627,7 @@ class YumBaseCli(yum.YumBase, output.YumOutput):
if matches:
msg = self.fmtKeyValFill(_(' * Maybe you meant: '),
", ".join(matches))
- self.verbose_logger.log(yum.logginglevels.INFO_2, msg)
+ self.verbose_logger.log(yum.logginglevels.INFO_2, to_unicode(msg))
def _checkMaybeYouMeant(self, arg, always_output=True):
""" If the update/remove argument doesn't match with case, or due
More information about the Yum-commits
mailing list