X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=dak%2Fdakdb%2Fupdate12.py;h=21d44a4598103ddc54b2912eb616660f6de74fd4;hb=f7e8ab5cc1ef088763a6e0f2b0cdba9ec2b63c87;hp=1141c5992dc7aae000d6cc728999e717b477be57;hpb=a2dc25494de9b598f43f60730c3fe6beffd1b9ca;p=dak.git diff --git a/dak/dakdb/update12.py b/dak/dakdb/update12.py index 1141c599..21d44a45 100755 --- 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)))