X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=dak%2Fdakdb%2Fupdate61.py;h=3b18e0b37654e97950161f2580c2af525636be28;hb=f7e8ab5cc1ef088763a6e0f2b0cdba9ec2b63c87;hp=d8b47ec84a3f6f332b03549e154145fdac329540;hpb=a2dc25494de9b598f43f60730c3fe6beffd1b9ca;p=dak.git diff --git a/dak/dakdb/update61.py b/dak/dakdb/update61.py index d8b47ec8..3b18e0b3 100755 --- a/dak/dakdb/update61.py +++ b/dak/dakdb/update61.py @@ -52,4 +52,4 @@ def do_update(self): except psycopg2.ProgrammingError as msg: self.db.rollback() - raise DBUpdateError, 'Unable to apply sick update 61, rollback issued. Error message : %s' % (str(msg)) + raise DBUpdateError('Unable to apply sick update 61, rollback issued. Error message : %s' % (str(msg)))