FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit dd55d4f8 authored by L. Bower's avatar L. Bower
Browse files

restoring commented-out code from dev

parent 27b546c8
No related branches found
No related tags found
No related merge requests found
......@@ -416,11 +416,10 @@ def run_Process():
with jobStatus(jobPath) as status:
# check for a status file in job directory
##todo lawrence comment this back in
# if status.had_initial_status:
# logger.info(f"Job path already exists and has status {status.status}")
#
# endScript(premature = status.status not in ['SUCCESS','INPROGRESS'])
if status.had_initial_status:
logger.info(f"Job path already exists and has status {status.status}")
endScript(premature = status.status not in ['SUCCESS','INPROGRESS'])
logger.info(f"Current status of job directory is {status.status}")
......
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