[yum-commits] Branch 'yum-3_2_X' - yum/__init__.py

James Antill james at osuosl.org
Sat Oct 18 00:31:03 UTC 2008


 yum/__init__.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 7e405356a30ab280ef78601831aad8829299579e
Author: James Antill <james at and.org>
Date:   Fri Oct 17 20:30:35 2008 -0400

    Fix typo in unfinished transactions msg

diff --git a/yum/__init__.py b/yum/__init__.py
index 73567a9..50351f2 100644
--- a/yum/__init__.py
+++ b/yum/__init__.py
@@ -636,7 +636,7 @@ class YumBase(depsolve.Depsolve):
         """go through the packages in the transaction set, find them in the
            packageSack or rpmdb, and pack up the ts accordingly"""
         if misc.find_unfinished_transactions(yumlibpath=self.conf.persistdir):
-            msg = _('There are unfinished transactions remaining. You might' \
+            msg = _('There are unfinished transactions remaining. You might ' \
                     'consider running yum-complete-transaction first to finish them.' )
             self.logger.critical(msg)
             time.sleep(3)


More information about the Yum-commits mailing list