diff --git a/lib/batch/batch_secgen.rb b/lib/batch/batch_secgen.rb index 2124703be..8e4e65321 100644 --- a/lib/batch/batch_secgen.rb +++ b/lib/batch/batch_secgen.rb @@ -219,6 +219,7 @@ def start(options) project_id = project_path.split('projects/')[1] else project_id = "job_#{job_id}" + update_status(db_conn, threadwide_statements, job_id, :error) Print.err(stderr) Print.err("Fatal error on job #{job_id}: SecGen crashed before project creation.") Print.err('Check your scenario file.')