X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/b6b6389c4e87b46e974e80b0eeb024d6ed999362..f8830192a6ce96314fdc92ecb5629905fa3e0d78:/lib/python/Screens/Wizard.py?ds=sidebyside 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