Skip to content

Commit

Permalink
sql syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
ehigham committed Jul 31, 2024
1 parent e012bb0 commit 8b40080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion batch/batch/driver/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -1526,7 +1526,7 @@ async def compact(tx: Transaction, record: dict):
await tx.execute_insertone(
f"""\
INSERT INTO job_group_inst_coll_cancellable_resources ({','.join(rowfields)})
VALUES ({','.join(['%s' for _ in rowfields])});,
VALUES ({','.join(['%s' for _ in rowfields])});
""",
[record[k] for k in rowfields],
)
Expand Down

0 comments on commit 8b40080

Please sign in to comment.