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 06947eb commit fbc23a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/diracx/db/sql/sandbox_metadata/db.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ async def get_sandbox_assigned_to_job(self, job_id: int, sb_type: str) -> list[A
result = await self.conn.execute(stmt)
return [result.scalar()]

async def assigned_sandbox_to_job(
async def assign_sandbox_to_job(
self, pfn: str, sb_type: str, job_id: int, se_name: str
):
"""Mapp sandbox and job"""
Expand Down

0 comments on commit fbc23a7

Please sign in to comment.