make sequencingFinished return something instead of none
authorDiane Trout <diane@caltech.edu>
Tue, 8 Jan 2008 02:38:00 +0000 (02:38 +0000)
committerDiane Trout <diane@caltech.edu>
Tue, 8 Jan 2008 02:38:00 +0000 (02:38 +0000)
to make xmlrpclib happy.

gaworkflow/runner.py

index d82d391057f3a8545a8cdbd2ccab5f3c2ba504e7..f81b68200bf43a4f41fd749cf1377a65859a37f2 100644 (file)
@@ -145,6 +145,7 @@ class Runner(rpc.XmlRpcBot):
 
         # Launch the job in it's own thread and turn.
         self.launchJob(run_dir, flowcell, ci)
+        return "started"
         
         
     def pipelineFinished(self, run_dir):