Skip to content

Commit

Permalink
rename assign method
Browse files Browse the repository at this point in the history
  • Loading branch information
natthan-pigoux committed Nov 8, 2023
1 parent fbc23a7 commit 024f88b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/diracx/routers/job_manager/sandboxes.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,6 @@ async def assign_sandbox(
settings: SandboxStoreSettings,
):
# TODO: check that user has created the job or is admin
await sandbox_metadata_db.assigned_sandbox_to_job(
await sandbox_metadata_db.assign_sandbox_to_job(
pfn, sb_type, job_id, settings.se_name
)

0 comments on commit 024f88b

Please sign in to comment.