From dab712b83979d9e4e0d9c7cc55eb73759290c5ea Mon Sep 17 00:00:00 2001 From: lb584 <lb584@cam.ac.uk> Date: Tue, 17 Oct 2023 17:15:11 +0100 Subject: [PATCH] advisory was not returning the outpouts for upload --- coordinator/ProcessorAdvisory.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coordinator/ProcessorAdvisory.py b/coordinator/ProcessorAdvisory.py index c3f2202..1a9bd51 100644 --- a/coordinator/ProcessorAdvisory.py +++ b/coordinator/ProcessorAdvisory.py @@ -18,7 +18,7 @@ class ProcessorAdvisory(Processor): def process_in_job(self, jobPath, status, configjson, component) -> object: - self.process_in_job_advisory(jobPath, status, configjson, component) + return self.process_in_job_advisory(jobPath, status, configjson, component) def process_post_job(self, jobPath, configjson): -- GitLab