[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/bpo] Damn python and its complains on missing )



Signed-off-by: Joerg Jaspert <joerg@debian.org>
---
 dak/dakdb/update5.py |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/dak/dakdb/update5.py b/dak/dakdb/update5.py
index f5357e8..1d820de 100755
--- a/dak/dakdb/update5.py
+++ b/dak/dakdb/update5.py
@@ -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()
-- 
1.5.6.5



Reply to: