From: Diane Trout Date: Tue, 8 Jan 2008 02:38:00 +0000 (+0000) Subject: make sequencingFinished return something instead of none X-Git-Tag: 0.1.0~15 X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=htsworkflow.git;a=commitdiff_plain;h=376fbc89256807ba98f494ece85c8ac8fda3faf3 make sequencingFinished return something instead of none to make xmlrpclib happy. --- diff --git a/gaworkflow/runner.py b/gaworkflow/runner.py index d82d391..f81b682 100644 --- a/gaworkflow/runner.py +++ b/gaworkflow/runner.py @@ -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):