X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fdakdb%2Fupdate42.py;h=3c51232c8735a98540208eba39a1ed4e715f4611;hb=362ea497d3c9ee5891fca772132269d809a0547a;hp=bfd4b1fc5d933721c89489a4de7792181c87e37e;hpb=27e00376e81d1c37ff327ee0d39670b266418869;p=dak.git diff --git a/dak/dakdb/update42.py b/dak/dakdb/update42.py old mode 100755 new mode 100644 index bfd4b1fc..3c51232c --- a/dak/dakdb/update42.py +++ b/dak/dakdb/update42.py @@ -46,4 +46,4 @@ def do_update(self): except psycopg2.ProgrammingError as msg: self.db.rollback() - raise DBUpdateError, 'Unable to apply update 42, rollback issued. Error message : %s' % (str(msg)) + raise DBUpdateError('Unable to apply update 42, rollback issued. Error message : %s' % (str(msg)))