X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=dak%2Fdakdb%2Fupdate31.py;h=7209178b3ca0a6d3347e2c8d4bd189264fe00f42;hb=f7e8ab5cc1ef088763a6e0f2b0cdba9ec2b63c87;hp=dc4245cce87a156a2d4b5e1bc5f49f27a2b04fdb;hpb=a2dc25494de9b598f43f60730c3fe6beffd1b9ca;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)))