Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wxtim committed Jun 27, 2024
1 parent d715aff commit c6a52e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cylc/flow/task_events_mgr.py
Original file line number Diff line number Diff line change
Expand Up @@ -1536,10 +1536,11 @@ def _insert_task_job(
job_conf = itask.jobs[-1]

# insert job into data store
job_status = 'submitted' if submit_status == 0 else 'submit-failed'
self.data_store_mgr.insert_job(
itask.tdef.name,
itask.point,
itask.state.status,
job_status,
{
**job_conf,
# NOTE: the platform name may have changed since task
Expand Down

0 comments on commit c6a52e6

Please sign in to comment.