X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fdakdb%2Fupdate56.py;h=647f8c799ade92962a561f0f58d2fae2d2dbd263;hb=f7e8ab5cc1ef088763a6e0f2b0cdba9ec2b63c87;hp=58ecc9f211d9cb41fc8920dcba26e2fe2388cd4b;hpb=a2dc25494de9b598f43f60730c3fe6beffd1b9ca;p=dak.git diff --git a/dak/dakdb/update56.py b/dak/dakdb/update56.py index 58ecc9f2..647f8c79 100755 --- a/dak/dakdb/update56.py +++ b/dak/dakdb/update56.py @@ -87,4 +87,4 @@ def do_update(self): except psycopg2.ProgrammingError as msg: self.db.rollback() - raise DBUpdateError, 'Unable to apply sick update 56, rollback issued. Error message : %s' % (str(msg)) + raise DBUpdateError('Unable to apply sick update 56, rollback issued. Error message : %s' % (str(msg)))