X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=dak%2Fdakdb%2Fupdate52.py;h=aa7a10d16fa62e95650ab1cf10c48fc886aee2fb;hb=0a556bbfc566b70d0eb9609eb990dc89bfbd8317;hp=938b3ceaf773b2aab301bf00f23493ee16116b75;hpb=27e00376e81d1c37ff327ee0d39670b266418869;p=dak.git diff --git a/dak/dakdb/update52.py b/dak/dakdb/update52.py index 938b3cea..aa7a10d1 100755 --- a/dak/dakdb/update52.py +++ b/dak/dakdb/update52.py @@ -63,4 +63,4 @@ def do_update(self): except psycopg2.ProgrammingError as msg: self.db.rollback() - raise DBUpdateError, 'Unable to apply sick update 52, rollback issued. Error message : %s' % (str(msg)) + raise DBUpdateError('Unable to apply sick update 52, rollback issued. Error message : %s' % (str(msg)))