Commit ef0a16c
authored
[batch] fix idempotent create update (#15171)
## Change Description
Fixed the order of return values in the `update` function in
`front_end.py`. The function was returning `(update_id, start_job_id,
start_job_group_id)` but the correct order should be `(update_id,
start_job_group_id, start_job_id)`.
## Security Assessment
This change has low impact the Hail Batch instance as deployed by Broad
Institute in GCP.1 parent 15e459b commit ef0a16c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1866 | 1866 | | |
1867 | 1867 | | |
1868 | 1868 | | |
1869 | | - | |
| 1869 | + | |
1870 | 1870 | | |
1871 | 1871 | | |
1872 | 1872 | | |
| |||
0 commit comments