From 985be9a048fddb13536c82c1d7492ea5db0060e1 Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Mon, 16 Feb 2009 22:33:06 +0100 Subject: [PATCH] And properly close the damn () Signed-off-by: Joerg Jaspert --- 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 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)) -- 2.39.2