summaryrefslogtreecommitdiff
path: root/distbuild/initiator_connection.py
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2014-04-14 14:06:57 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2014-04-14 14:06:57 +0000
commit78b46a60a5d482f0c302c83b200157cdb25730ca (patch)
treeca4ffee795b42a5e28c82ef5552f065c0f18ee5e /distbuild/initiator_connection.py
parent0baae51e217f4999c1f068c458527d598284ddec (diff)
downloadmorph-78b46a60a5d482f0c302c83b200157cdb25730ca.tar.gz
Fix lines longer than 80 characters (my fault)
Diffstat (limited to 'distbuild/initiator_connection.py')
-rw-r--r--distbuild/initiator_connection.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/distbuild/initiator_connection.py b/distbuild/initiator_connection.py
index e20e6d98..34f2bdaa 100644
--- a/distbuild/initiator_connection.py
+++ b/distbuild/initiator_connection.py
@@ -103,7 +103,8 @@ class InitiatorConnection(distbuild.StateMachine):
self._route_map.add(event.msg['id'], new_id)
event.msg['id'] = new_id
build_controller = distbuild.BuildController(
- self, event.msg, self.artifact_cache_server, self.morph_instance)
+ self, event.msg, self.artifact_cache_server,
+ self.morph_instance)
self.mainloop.add_state_machine(build_controller)
def _disconnect(self, event_source, event):