X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fdakdb%2Fupdate1.py;h=92fc44983cac2ea396f6698c4200770d3d7820e8;hb=9f371390bb90395b2f2f0b65c91c21047896774a;hp=ff2b62ee453eb99faaf2d8f1c1bb8d5e7f20fae4;hpb=c48b357e4838eac6de79b0bd6ee5f8862d049dba;p=dak.git 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))