From d08a9fd45b12f67d2fa96175d262d38da479bffd Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Wed, 11 Mar 2009 13:45:02 -0400 Subject: We also need to pack up the extra args tuple, too. --- yuminstall.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'yuminstall.py') 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='/'): -- cgit