From f8830192a6ce96314fdc92ecb5629905fa3e0d78 Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Wed, 6 Jun 2007 22:53:49 +0000 Subject: [PATCH 1/1] small fix --- lib/python/Screens/Wizard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/python/Screens/Wizard.py b/lib/python/Screens/Wizard.py index 29bb6e2d..bd458273 100644 --- a/lib/python/Screens/Wizard.py +++ b/lib/python/Screens/Wizard.py @@ -153,7 +153,7 @@ class Wizard(Screen, HelpableScreen): count += 1 return 0 - def finished(self, **args): + def finished(self, *args, **kwargs): print "finished" currStep = self.currStep -- 2.30.2