From e9ec486c006ece8c92b0b155c41515bd5ab33576 Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Fri, 29 Jan 2010 20:29:30 +0100 Subject: [PATCH] control_suite sql fixup Signed-off-by: Joerg Jaspert --- dak/control_suite.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dak/control_suite.py b/dak/control_suite.py index 1d5eb7ac..7a979fa4 100755 --- a/dak/control_suite.py +++ b/dak/control_suite.py @@ -223,7 +223,7 @@ def process_file(file, suite, action, session): continue else: session.execute("""INSERT INTO bin_associations (suite, bin) - VALUES (%s, %s)""", + VALUES (:suiteid, :pkid)""", {'suiteid': suite_id, 'pkid': pkid}) elif action == "remove": if association_id == None: -- 2.39.2