Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tutorius/creator.py
diff options
context:
space:
mode:
Diffstat (limited to 'tutorius/creator.py')
-rw-r--r--tutorius/creator.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tutorius/creator.py b/tutorius/creator.py
index f7f9752..3873298 100644
--- a/tutorius/creator.py
+++ b/tutorius/creator.py
@@ -465,6 +465,7 @@ class Creator(Object):
for action in self._installed_actions:
# If this is the correct action
if action.address == addon_address:
+ LOGGER.debug("Creator :: Updating address %s with new values %s"%(addon_address, str(diff_dict)))
# Update its property with the new value
action._props.update(diff_dict)
# Update the property edition dialog with it