]> git.decadent.org.uk Git - dak.git/commitdiff
Damn python and its complains on missing )
authorJoerg Jaspert <joerg@debian.org>
Thu, 19 Feb 2009 22:30:38 +0000 (23:30 +0100)
committerJoerg Jaspert <joerg@debian.org>
Thu, 19 Feb 2009 22:30:38 +0000 (23:30 +0100)
Signed-off-by: Joerg Jaspert <joerg@debian.org>
dak/dakdb/update5.py

index f5357e8916d037b253866ca68102b31bc8ad45fb..1d820de43adf3a501928fd8df2be952a65ff8192 100755 (executable)
@@ -42,8 +42,7 @@ def do_update(self):
         SELECT ba.suite, ba.bin, a.id AS arch
         FROM bin_associations ba
         JOIN binaries b ON ba.bin = b.id, architecture a
-        WHERE a.id > 2 AND (b.architecture = 2 OR b.architecture = a.id)
-        """
+        WHERE a.id > 2 AND (b.architecture = 2 OR b.architecture = a.id) """)
         c.execute("UPDATE config SET value = '5' WHERE name = 'db_revision'")
 
         self.db.commit()