X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fdakdb%2Fupdate15.py;h=7d6b52e7588e3988d52cba08b6e9729e1e92152b;hb=7db3402aa3615137ec7eb58bd3ba7ac662381d0f;hp=3074ff09238c6630fcd6a2efb730df68626f0e18;hpb=27e00376e81d1c37ff327ee0d39670b266418869;p=dak.git diff --git a/dak/dakdb/update15.py b/dak/dakdb/update15.py old mode 100755 new mode 100644 index 3074ff09..7d6b52e7 --- a/dak/dakdb/update15.py +++ b/dak/dakdb/update15.py @@ -81,4 +81,4 @@ def do_update(self): except psycopg2.ProgrammingError as msg: self.db.rollback() - raise DBUpdateError, "Unable to apply source format update 15, rollback issued. Error message : %s" % (str(msg)) + raise DBUpdateError("Unable to apply source format update 15, rollback issued. Error message : %s" % (str(msg)))