Skip to content

Commit 2f8829b

Browse files
committed
Remove reference to job.params in resubmit.py
1 parent 2650e1e commit 2f8829b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/galaxy/jobs/runners/state_handlers/resubmit.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,6 @@ def _handle_resubmit_definitions(resubmit_definitions, app, job_runner, job_stat
101101
# Clear external ID (state change below flushes the change)
102102
job.job_runner_external_id = None
103103
# Allow the UI to query for resubmitted state
104-
if job.params is None:
105-
job.params = {}
106104
job_state.runner_state_handled = True
107105
info = f"This job was resubmitted to the queue because {MESSAGES[runner_state]} on its compute resource."
108106
job_runner.mark_as_resubmitted(job_state, info=info)

0 commit comments

Comments
 (0)