X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=dak%2Fdakdb%2Fupdate64.py;h=49ca75a8e4281e40c87d4d6c90d537da7dbfe112;hb=e2c4fd7f21c3b33cd7192bded5d6373e0ee90374;hp=b34a8787df6dcdad525651cf0795788bb793d943;hpb=27e00376e81d1c37ff327ee0d39670b266418869;p=dak.git diff --git a/dak/dakdb/update64.py b/dak/dakdb/update64.py index b34a8787..49ca75a8 100755 --- a/dak/dakdb/update64.py +++ b/dak/dakdb/update64.py @@ -46,4 +46,4 @@ def do_update(self): except psycopg2.ProgrammingError as msg: self.db.rollback() - raise DBUpdateError, 'Unable to apply sick update 64, rollback issued. Error message : %s' % (str(msg)) + raise DBUpdateError('Unable to apply sick update 64, rollback issued. Error message : %s' % (str(msg)))