Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorerick <erick@sugar-dev-erick.(none)>2009-10-01 22:17:30 (GMT)
committer erick <erick@sugar-dev-erick.(none)>2009-10-01 22:17:30 (GMT)
commit71bdb113e5c105709963f6159b9c1facb4cff0b3 (patch)
treef32f0c53b521c33a8faae56b87cecfeb8c4ee998
parent90453cfaeb5b1b294900e5f185182ee61972e579 (diff)
Fixed update() signature in ProbeProxy to take 2 args as intended in the comments
-rw-r--r--tutorius/TProbe.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tutorius/TProbe.py b/tutorius/TProbe.py
index c4fae81..ec0f9a3 100644
--- a/tutorius/TProbe.py
+++ b/tutorius/TProbe.py
@@ -299,7 +299,7 @@ class ProbeProxy:
address = str(self._probe.install(pickle.dumps(action)))
self._actions[action] = address
- def update(self, address, action):
+ def update(self, action):
"""
Update an already installed action's properties and run it again
@param action Action to update