From b24612d2711397add75ac286a2d7428d37285582 Mon Sep 17 00:00:00 2001 From: Mike Lang Date: Sat, 24 May 2025 10:53:34 +1000 Subject: [PATCH] fix typo in prev commit --- cutter/cutter/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cutter/cutter/main.py b/cutter/cutter/main.py index eb50715..114b67d 100644 --- a/cutter/cutter/main.py +++ b/cutter/cutter/main.py @@ -243,7 +243,7 @@ class Cutter(object): # and we are capable of uploading to their desired upload location. uploader_condition = "(uploader_whitelist IS NULL OR %(name)s = ANY (uploader_whitelist))" if self.uploader_explicit_only: - uploader_condition = "%(name)s = ANY (uploader_whitelist))" + uploader_condition = "%(name)s = ANY (uploader_whitelist)" built_query = sql.SQL(""" SELECT id, {} FROM events