X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fdakdb%2Fupdate41.py;h=65661d3c420eae1c441ed948203bf1f9128e0b5e;hb=772655d608069f12e400e0d6c7b7fac76eb98083;hp=5243cd6704d4c1b004c5c7d4d92cedb9d8196aca;hpb=27e00376e81d1c37ff327ee0d39670b266418869;p=dak.git diff --git a/dak/dakdb/update41.py b/dak/dakdb/update41.py old mode 100755 new mode 100644 index 5243cd67..65661d3c --- a/dak/dakdb/update41.py +++ b/dak/dakdb/update41.py @@ -63,4 +63,4 @@ def do_update(self): except psycopg2.ProgrammingError as msg: self.db.rollback() - raise DBUpdateError, 'Unable to apply sick update 41, rollback issued. Error message : %s' % (str(msg)) + raise DBUpdateError('Unable to apply sick update 41, rollback issued. Error message : %s' % (str(msg)))