FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 22cea9c2 authored by J.W. Smith's avatar J.W. Smith
Browse files

Tidy the 'do nothing' processor function

parent 674cac34
No related branches found
No related tags found
No related merge requests found
......@@ -455,12 +455,11 @@ def process_in_job_epi(jobPath,config):
pass
#TODO
def process_EWS_plotting_sur(config):
'''Returns a list of output files for transfer.'''
def do_nothing(jobPath,config):
'''Dummy function'''
logger.info('Called do_nothing(). Nothing to do here')
logger.info('started process_EWS_plotting_sur(), nothing to do')
pass
return []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment