Skip to content

Commit

Permalink
adjust returned output
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuwd committed Feb 7, 2025
1 parent b90d4c7 commit 3b6ac44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions diracx-routers/src/diracx/routers/jobs/status.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,8 @@ async def set_job_parameters_or_attributes(

return {
job_id: {
"attributes_updated": attr_updates[job_id],
"params": param_updates[job_id],
"attributes": attr_updates[job_id],
"parameters": param_updates[job_id],
}
for job_id in updates
}

0 comments on commit 3b6ac44

Please sign in to comment.