From 60b28ef04132e3ebd8cadc12d44b3eab82195fb9 Mon Sep 17 00:00:00 2001 From: lb584 <lb584@cam.ac.uk> Date: Thu, 15 Aug 2024 10:57:40 +0100 Subject: [PATCH] comment update --- ews/coordinator/processor_base.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ews/coordinator/processor_base.py b/ews/coordinator/processor_base.py index fe883ab..becd5b2 100755 --- a/ews/coordinator/processor_base.py +++ b/ews/coordinator/processor_base.py @@ -326,7 +326,8 @@ class ProcessorBase: end_job(status, premature = True) # Set default case - # This would be improved by implementing a class structure + # This would be improved by implementing a class structure - not ethat the proc_out is not curently used + # as we now deal with copying outputs elsewhere. Keeping it here as a placeholder. if proc_out is None: proc_out = { 'output': None, -- GitLab