X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=dak%2Fcontrol_suite.py;h=7a979fa45ed1dffcbd25d46d64afe4048d8ec4ff;hb=e9ec486c006ece8c92b0b155c41515bd5ab33576;hp=1d5eb7accc227d6dcfe34de3287686a987b48b1f;hpb=731c2232d9964d0f441ff5ea386e5e9937aa77ab;p=dak.git 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: