diff --git a/extensions/gubbins/gubbins-db/src/gubbins/db/sql/jobs/db.py b/extensions/gubbins/gubbins-db/src/gubbins/db/sql/jobs/db.py index e89d1b85..8f56ce4e 100644 --- a/extensions/gubbins/gubbins-db/src/gubbins/db/sql/jobs/db.py +++ b/extensions/gubbins/gubbins-db/src/gubbins/db/sql/jobs/db.py @@ -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