X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fdakdb%2Fupdate31.py;h=7209178b3ca0a6d3347e2c8d4bd189264fe00f42;hb=4174286376153578f1444aa0afcfa2b5bfe1fe61;hp=dc4245cce87a156a2d4b5e1bc5f49f27a2b04fdb;hpb=27e00376e81d1c37ff327ee0d39670b266418869;p=dak.git diff --git a/dak/dakdb/update31.py b/dak/dakdb/update31.py index dc4245cc..7209178b 100644 --- a/dak/dakdb/update31.py +++ b/dak/dakdb/update31.py @@ -96,5 +96,5 @@ $$ LANGUAGE plpythonu VOLATILE SECURITY DEFINER; except psycopg2.ProgrammingError as msg: self.db.rollback() - raise DBUpdateError, "Unable to apply process-new update 31, rollback issued. Error message : %s" % (str(msg)) + raise DBUpdateError("Unable to apply process-new update 31, rollback issued. Error message : %s" % (str(msg)))