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

Tim Lauridsen timlau at osuosl.org
Wed Oct 6 06:51:37 UTC 2010


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

New commits:
commit 90d49d64c26bc3cf51bc3a48737132c105bca2a3
Author: Tim Lauridsen <timlau at fedoraproject.org>
Date:   Wed Oct 6 08:52:12 2010 +0200

    Fix cut and paste typo

diff --git a/yum/__init__.py b/yum/__init__.py
index de5f257..7445f9e 100644
--- a/yum/__init__.py
+++ b/yum/__init__.py
@@ -3982,7 +3982,7 @@ class YumBase(depsolve.Depsolve):
             EOL """
 
         if not po and not kwargs:
-            raise Errors.DowngradeError, 'Nothing specified to remove'
+            raise Errors.DowngradeError, 'Nothing specified to downgrade'
 
         doing_group_pkgs = False
         if po:


More information about the Yum-commits mailing list