Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/addons/readfile.py
diff options
context:
space:
mode:
Diffstat (limited to 'addons/readfile.py')
-rw-r--r--addons/readfile.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/addons/readfile.py b/addons/readfile.py
index 9fe2f81..4a6c54d 100644
--- a/addons/readfile.py
+++ b/addons/readfile.py
@@ -34,7 +34,7 @@ class ReadFile(Action):
if filename:
self.filename=filename
- def do(self):
+ def do(self, **kwargs):
"""
Perform the action, call read_file on the activity
"""