Skip to content

Commit

Permalink
overwrite the correct method ...
Browse files Browse the repository at this point in the history
Overwrite correctly
  • Loading branch information
ryuwd committed Dec 16, 2024
1 parent ad7e5e8 commit 1fb0f3a
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, jobData):
"""
This method modified the one in the parent class,
without changing the argument nor the return type
Expand Down

0 comments on commit 1fb0f3a

Please sign in to comment.