X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fdakdb%2Fupdate16.py;h=6cd6dc4b1b7af19566cc26901e77588f6402a288;hb=f7e8ab5cc1ef088763a6e0f2b0cdba9ec2b63c87;hp=d64c2220b28617fd2231c5c1ab2ceafd32a0e3f4;hpb=a2dc25494de9b598f43f60730c3fe6beffd1b9ca;p=dak.git diff --git a/dak/dakdb/update16.py b/dak/dakdb/update16.py index d64c2220..6cd6dc4b 100755 --- a/dak/dakdb/update16.py +++ b/dak/dakdb/update16.py @@ -175,4 +175,4 @@ def do_update(self): except psycopg2.ProgrammingError as msg: self.db.rollback() - raise DBUpdateError, "Unable to apply ACLs update (16), rollback issued. Error message : %s" % (str(msg)) + raise DBUpdateError("Unable to apply ACLs update (16), rollback issued. Error message : %s" % (str(msg)))