We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e012bb0 commit 8b40080Copy full SHA for 8b40080
batch/batch/driver/main.py
@@ -1526,7 +1526,7 @@ async def compact(tx: Transaction, record: dict):
1526
await tx.execute_insertone(
1527
f"""\
1528
INSERT INTO job_group_inst_coll_cancellable_resources ({','.join(rowfields)})
1529
-VALUES ({','.join(['%s' for _ in rowfields])});,
+VALUES ({','.join(['%s' for _ in rowfields])});
1530
""",
1531
[record[k] for k in rowfields],
1532
)
0 commit comments