summaryrefslogtreecommitdiff
path: root/distbuild/helper_router.py
diff options
context:
space:
mode:
Diffstat (limited to 'distbuild/helper_router.py')
-rw-r--r--distbuild/helper_router.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/distbuild/helper_router.py b/distbuild/helper_router.py
index 752a5fdb..1f0ce45b 100644
--- a/distbuild/helper_router.py
+++ b/distbuild/helper_router.py
@@ -82,6 +82,7 @@ class HelperRouter(distbuild.StateMachine):
self.mainloop.add_state_machine(jm)
spec = [
+ # state, source, event_class, new_state, callback
('idle', HelperRouter, HelperRequest, 'idle',
self._handle_request),
('idle', jm, distbuild.JsonNewMessage, 'idle', self._helper_msg),