Skip to content
Snippets Groups Projects
Commit f8b850d6 authored by Jessica Severin's avatar Jessica Severin
Browse files

need to set status of job to GET_INPUT prior to executing fetch_input to

properly handle RunnableDBs that throw exceptions in the fetch_input stage.
parent 28bd3640
No related branches found
No related tags found
No related merge requests found
......@@ -412,7 +412,7 @@ sub run_module_with_job
#pass the input_id from the job into the runnableDB object
$runObj->input_id($job->input_id);
#$job->status('GET_INPUT');
$job->status('GET_INPUT');
$runObj->fetch_input;
$job->status('RUN');
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment