X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fdakdb%2Fupdate12.py;h=21d44a4598103ddc54b2912eb616660f6de74fd4;hb=1eeb90f6bf381e10fcd8f0a04437883b443855d5;hp=1141c5992dc7aae000d6cc728999e717b477be57;hpb=27e00376e81d1c37ff327ee0d39670b266418869;p=dak.git diff --git a/dak/dakdb/update12.py b/dak/dakdb/update12.py old mode 100755 new mode 100644 index 1141c599..21d44a45 --- a/dak/dakdb/update12.py +++ b/dak/dakdb/update12.py @@ -46,4 +46,4 @@ def do_update(self): except psycopg2.ProgrammingError as msg: self.db.rollback() - raise DBUpdateError, "Unable to apply process-new update 12, rollback issued. Error message : %s" % (str(msg)) + raise DBUpdateError("Unable to apply process-new update 12, rollback issued. Error message : %s" % (str(msg)))