Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tutorius/translator.py
diff options
context:
space:
mode:
Diffstat (limited to 'tutorius/translator.py')
-rw-r--r--tutorius/translator.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tutorius/translator.py b/tutorius/translator.py
index 2265ebd..13b3c61 100644
--- a/tutorius/translator.py
+++ b/tutorius/translator.py
@@ -194,8 +194,8 @@ class ResourceTranslator(object):
# Execute the replacement
self.translate(new_action)
- self._action_installed_cbs[new_action] = save_args(action_installed_cb, action)
- self._install_error_cbs[new_action] = save_args(error_cb, action)
+ self._action_installed_cbs[new_action] = action_installed_cb
+ self._install_error_cbs[new_action] = error_cb
# Send the new action to the probe manager
self._probe_manager.install(new_action, save_args(self.action_installed, new_action),