summaryrefslogtreecommitdiffstats
path: root/yuminstall.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2009-03-11 13:45:02 -0400
committerChris Lumens <clumens@redhat.com>2009-03-11 13:45:39 -0400
commitd08a9fd45b12f67d2fa96175d262d38da479bffd (patch)
tree11b762620a9412b6cb794c68690bba1e9ba6e6c8 /yuminstall.py
parentda7c7822fd617f037fd35ac9e6a5e0a62eb72aed (diff)
downloadanaconda-d08a9fd45b12f67d2fa96175d262d38da479bffd.tar.gz
anaconda-d08a9fd45b12f67d2fa96175d262d38da479bffd.tar.xz
anaconda-d08a9fd45b12f67d2fa96175d262d38da479bffd.zip
We also need to pack up the extra args tuple, too.
Diffstat (limited to 'yuminstall.py')
-rw-r--r--yuminstall.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yuminstall.py b/yuminstall.py
index f17ab98dd..dfbf6b322 100644
--- a/yuminstall.py
+++ b/yuminstall.py
@@ -575,7 +575,7 @@ class AnacondaYum(YumSorter):
YumSorter.getReposFromConfig(self)
# Override this method so yum doesn't nuke our existing logging config.
- def doLoggingSetup(self, debuglevel, errorlevel, **kwargs):
+ def doLoggingSetup(self, *args, **kwargs):
pass
def doConfigSetup(self, fn='/tmp/anaconda-yum.conf', root='/'):