Skip to content

Commit

Permalink
make format
Browse files Browse the repository at this point in the history
  • Loading branch information
macdice authored and Commitfest Bot committed Feb 19, 2025
1 parent 3074f61 commit 228231f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cfbot_cirrus.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ def pull_build_results(conn):
SET backoff_until = now() + (now() - last_email_time)
WHERE commitfest_id = %s
AND submission_id = %s""",
(commitfest_id, submission_id)
(commitfest_id, submission_id),
)
conn.commit()

Expand Down

0 comments on commit 228231f

Please sign in to comment.