diff --git a/ews/coordinator/processor_base.py b/ews/coordinator/processor_base.py index fe883ab7615e993c0c50cfe0923fcf6c9e22333d..becd5b21d85401132aa4bd4a02377b42b71453ee 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,