X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fdakdb%2Fupdate28.py;h=1455ee3110284d3cdd4d48effd237f1d0a1fc2d0;hb=f7e8ab5cc1ef088763a6e0f2b0cdba9ec2b63c87;hp=c899831ca527784008d29a6ddaf7051e54a9608c;hpb=a2dc25494de9b598f43f60730c3fe6beffd1b9ca;p=dak.git diff --git a/dak/dakdb/update28.py b/dak/dakdb/update28.py index c899831c..1455ee31 100755 --- a/dak/dakdb/update28.py +++ b/dak/dakdb/update28.py @@ -267,5 +267,5 @@ $$ LANGUAGE plpythonu VOLATILE;""") except psycopg2.ProgrammingError as msg: self.db.rollback() - raise DBUpdateError, "Unable to apply process-new update 28, rollback issued. Error message : %s" % (str(msg)) + raise DBUpdateError("Unable to apply process-new update 28, rollback issued. Error message : %s" % (str(msg)))