X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/83fa9db5a2a4acb79d71f9a662f086d2931c63ae..6f8002cec40c9b53387ace05ea1f9a083acd0f3a:/lib/python/Screens/Wizard.py 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