X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fdakdb%2Fupdate38.py;h=da3a1d6596e9aa473a28f0fb6aa85a5557f94282;hb=7db3402aa3615137ec7eb58bd3ba7ac662381d0f;hp=28a411baf975ddf5290f4cfe178192a0748add81;hpb=27e00376e81d1c37ff327ee0d39670b266418869;p=dak.git diff --git a/dak/dakdb/update38.py b/dak/dakdb/update38.py old mode 100755 new mode 100644 index 28a411ba..da3a1d65 --- a/dak/dakdb/update38.py +++ b/dak/dakdb/update38.py @@ -53,4 +53,4 @@ def do_update(self): except psycopg2.ProgrammingError as msg: self.db.rollback() - raise DBUpdateError, 'Unable to apply table-column update 38, rollback issued. Error message : %s' % (str(msg)) + raise DBUpdateError('Unable to apply table-column update 38, rollback issued. Error message : %s' % (str(msg)))