Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tutorius/engine.py
diff options
context:
space:
mode:
Diffstat (limited to 'tutorius/engine.py')
-rw-r--r--tutorius/engine.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tutorius/engine.py b/tutorius/engine.py
index c0769b5..39cfeeb 100644
--- a/tutorius/engine.py
+++ b/tutorius/engine.py
@@ -155,6 +155,8 @@ class TutorialRunner(object):
self._runner_state = RUNNER_STATE_IDLE
def _handleEvent(self, next_state, event):
+ # Converting parameters back from dbus types
+ next_state = str(next_state)
# Look if we are actually receiving notifications
if self._runner_state == RUNNER_STATE_AWAITING_NOTIFICATIONS:
LOGGER.debug("TutorialRunner :: Received event notification in AWAITING_NOTIFICATIONS for %s"%str(event))