[dak/bpo] And properly close the damn ()
Signed-off-by: Joerg Jaspert <joerg@debian.org>
---
dak/dakdb/update1.py | 2 +-
dak/dakdb/update2.py | 2 +-
dak/dakdb/update3.py | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/dak/dakdb/update1.py b/dak/dakdb/update1.py
index ff2b62e..92fc449 100755
--- a/dak/dakdb/update1.py
+++ b/dak/dakdb/update1.py
@@ -61,4 +61,4 @@ def do_update(self):
except psycopg2.ProgrammingError, msg:
self.db.rollback()
- raise DBUpdateError, "Unable to appy DM table updates, rollback issued. Error message : %s" % (str(msg)
+ raise DBUpdateError, "Unable to appy DM table updates, rollback issued. Error message : %s" % (str(msg))
diff --git a/dak/dakdb/update2.py b/dak/dakdb/update2.py
index b1ba672..850e3ab 100755
--- a/dak/dakdb/update2.py
+++ b/dak/dakdb/update2.py
@@ -393,4 +393,4 @@ $$
except psycopg2.ProgrammingError, msg:
self.db.rollback()
- raise DBUpdateError, "Unable to appy debversion updates, rollback issued. Error message : %s" % (str(msg)
+ raise DBUpdateError, "Unable to appy debversion updates, rollback issued. Error message : %s" % (str(msg))
diff --git a/dak/dakdb/update3.py b/dak/dakdb/update3.py
index 3a628de..eef7d4c 100755
--- a/dak/dakdb/update3.py
+++ b/dak/dakdb/update3.py
@@ -38,4 +38,4 @@ def do_update(self):
except psycopg2.ProgrammingError, msg:
self.db.rollback()
- raise DBUpdateError, "Unable to appy versioncmp removal, rollback issued. Error message : %s" % (str(msg)
+ raise DBUpdateError, "Unable to appy versioncmp removal, rollback issued. Error message : %s" % (str(msg))
--
1.5.6.5
Reply to: