aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Screens/Wizard.py2
1 files changed, 1 insertions, 1 deletions
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