X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fdakdb%2Fupdate55.py;h=9e152227daaa2a96f2303ee3ae8e065f8539a4d2;hb=e2c4fd7f21c3b33cd7192bded5d6373e0ee90374;hp=8dfc4a58f4f2d97712a3088032ef46f5eea125cc;hpb=27e00376e81d1c37ff327ee0d39670b266418869;p=dak.git diff --git a/dak/dakdb/update55.py b/dak/dakdb/update55.py index 8dfc4a58..9e152227 100755 --- a/dak/dakdb/update55.py +++ b/dak/dakdb/update55.py @@ -46,4 +46,4 @@ def do_update(self): except psycopg2.ProgrammingError as msg: self.db.rollback() - raise DBUpdateError, 'Unable to apply sick update 55, rollback issued. Error message : %s' % (str(msg)) + raise DBUpdateError('Unable to apply sick update 55, rollback issued. Error message : %s' % (str(msg)))