make sequencingFinished return something instead of none
[htsworkflow.git] / 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):