[yum-commits] yum/__init__.py
zpavlas at osuosl.org
zpavlas at osuosl.org
Tue Dec 10 09:03:13 UTC 2013
yum/__init__.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 78c4435ddbb00d11bf42040e8afb34ee1cf107b5
Author: Zdenek Pavlas <zpavlas at redhat.com>
Date: Tue Dec 10 10:02:29 2013 +0100
Fix a gettext string (typo).
diff --git a/yum/__init__.py b/yum/__init__.py
index f212884..caafae4 100644
--- a/yum/__init__.py
+++ b/yum/__init__.py
@@ -1929,7 +1929,7 @@ much more problems).
# maybe a file log here, too
# but raising an exception is not going to do any good
self.logger.critical(_('%s was supposed to be installed' \
- ' but is not!' % txmbr.po))
+ ' but is not!') % txmbr.po)
# Note: Get Panu to do te.Failed() so we don't have to
txmbr.output_state = TS_FAILED
count = _call_txmbr_cb(txmbr, count)
More information about the Yum-commits
mailing list