Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tutorius/engine.py
diff options
context:
space:
mode:
authormike <michael.jmontcalm@gmail.com>2009-12-07 05:20:13 (GMT)
committer mike <michael.jmontcalm@gmail.com>2009-12-07 05:20:40 (GMT)
commit8fe99e6e9157d29dce14500705fb914f9c74184d (patch)
tree9f69a7a8ae8a90650c90062d402ec0396470aa8b /tutorius/engine.py
parent1d53db3b62d2b4f259b50be4b15a38ce1c152649 (diff)
ProbeProxy, Probe : Now generating prefixes inside the Probe for cleaner handling by upper layers
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))