X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fdakdb%2Fupdate65.py;h=46730b5fcaaa1e7376ab000c453ada586e348ae5;hb=1617994b76d0cd90ce89a7e6d9f7bb886439f010;hp=76bfe61a6891d87e1cee5d484f97816f588ab844;hpb=27e00376e81d1c37ff327ee0d39670b266418869;p=dak.git diff --git a/dak/dakdb/update65.py b/dak/dakdb/update65.py old mode 100755 new mode 100644 index 76bfe61a..46730b5f --- a/dak/dakdb/update65.py +++ b/dak/dakdb/update65.py @@ -48,4 +48,4 @@ def do_update(self): except psycopg2.ProgrammingError as msg: self.db.rollback() - raise DBUpdateError, 'Unable to apply sick update 65, rollback issued. Error message : %s' % (str(msg)) + raise DBUpdateError('Unable to apply sick update 65, rollback issued. Error message : %s' % (str(msg)))