[yum-commits] cli.py

zpavlas at osuosl.org zpavlas at osuosl.org
Thu Aug 15 08:17:54 UTC 2013


 cli.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5d6ab6c92bc0456f14082857ac86793a77ccb92c
Author: Zdenek Pavlas <zpavlas at redhat.com>
Date:   Thu Aug 15 10:15:12 2013 +0200

    remove leftover local var

diff --git a/cli.py b/cli.py
index 0eece17..7fa638b 100755
--- a/cli.py
+++ b/cli.py
@@ -543,7 +543,7 @@ class YumBaseCli(yum.YumBase, output.YumOutput):
             #  Note that we shouldn't just remove the 'd' option, or the options
             # yum accepts will be different which is bad. So always accept it,
             # but change the prompt.
-            dl_only = extra={'downloadonly' :
+            dl_only = {'downloadonly' :
                              (u'd', _('d'), _('download'),
                               _('downloadonly'))}
             if not stuff_to_download:


More information about the Yum-commits mailing list