Skip to content

Commit

Permalink
overwrite the correct method ...
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuwd committed Dec 16, 2024
1 parent cd98596 commit 9386592
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ async def getJobJDL( # type: ignore[override]
info = (await self.conn.execute(stmt)).scalar_one()
return {"JDL": jdl, "Info": info}

async def setJobAttributes(self, job_id, jobData):
async def setJobAttributesBulk(self, job_id, jobData):
"""
This method modified the one in the parent class,
without changing the argument nor the return type
Expand Down

0 comments on commit 9386592

Please sign in to comment.