Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/addons/oncewrapper.py
diff options
context:
space:
mode:
Diffstat (limited to 'addons/oncewrapper.py')
-rw-r--r--addons/oncewrapper.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/addons/oncewrapper.py b/addons/oncewrapper.py
index 5db3b60..c404ae4 100644
--- a/addons/oncewrapper.py
+++ b/addons/oncewrapper.py
@@ -32,7 +32,7 @@ class OnceWrapper(Action):
self._need_undo = False
self.action = action
- def do(self):
+ def do(self, **kwargs):
"""
Do the action only on the first time
"""