From 376fbc89256807ba98f494ece85c8ac8fda3faf3 Mon Sep 17 00:00:00 2001 From: Diane Trout Date: Tue, 8 Jan 2008 02:38:00 +0000 Subject: [PATCH] make sequencingFinished return something instead of none to make xmlrpclib happy. --- gaworkflow/runner.py | 1 + 1 file changed, 1 insertion(+) 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): -- 2.30.2