From: Joerg Jaspert Date: Mon, 16 Feb 2009 21:33:06 +0000 (+0100) Subject: And properly close the damn () X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=985be9a048fddb13536c82c1d7492ea5db0060e1;p=dak.git And properly close the damn () Signed-off-by: Joerg Jaspert --- diff --git a/dak/dakdb/update1.py b/dak/dakdb/update1.py index ff2b62ee..92fc4498 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 b1ba6729..850e3ab5 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 3a628de0..eef7d4c6 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))