X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fdakdb%2Fupdate13.py;h=1696e75920ed9d6a7146f31336b68c7ab48a4fb8;hb=e2c4fd7f21c3b33cd7192bded5d6373e0ee90374;hp=ddb79780117d9adbd850e975da2ce4e4fd269b6f;hpb=27e00376e81d1c37ff327ee0d39670b266418869;p=dak.git diff --git a/dak/dakdb/update13.py b/dak/dakdb/update13.py index ddb79780..1696e759 100755 --- a/dak/dakdb/update13.py +++ b/dak/dakdb/update13.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 13, rollback issued. Error message : %s" % (str(msg)) + raise DBUpdateError("Unable to apply process-new update 13, rollback issued. Error message : %s" % (str(msg)))