X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fdakdb%2Fupdate47.py;h=a6626594fb99ed96ccd8bfa01d8a5e5c59e38e12;hb=f7e8ab5cc1ef088763a6e0f2b0cdba9ec2b63c87;hp=c93ffb84fee91d25a5dc3163823894a6d8e48849;hpb=a2dc25494de9b598f43f60730c3fe6beffd1b9ca;p=dak.git diff --git a/dak/dakdb/update47.py b/dak/dakdb/update47.py index c93ffb84..a6626594 100755 --- a/dak/dakdb/update47.py +++ b/dak/dakdb/update47.py @@ -49,4 +49,4 @@ def do_update(self): except psycopg2.ProgrammingError as msg: self.db.rollback() - raise DBUpdateError, 'Unable to apply sick update 47, rollback issued. Error message : %s' % (str(msg)) + raise DBUpdateError('Unable to apply sick update 47, rollback issued. Error message : %s' % (str(msg)))