X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fdakdb%2Fupdate9.py;h=bbdd212206653ab7b525d19282187c64c9604fee;hb=61d1e2b14d61c045dcc07cd177dec49af0c41c45;hp=20af71fd23f9e151b3b935f44bcb855328a00f43;hpb=27e00376e81d1c37ff327ee0d39670b266418869;p=dak.git diff --git a/dak/dakdb/update9.py b/dak/dakdb/update9.py old mode 100755 new mode 100644 index 20af71fd..bbdd2122 --- a/dak/dakdb/update9.py +++ b/dak/dakdb/update9.py @@ -59,4 +59,4 @@ def do_update(self): except psycopg2.ProgrammingError as msg: self.db.rollback() - raise DBUpdateError, "Unable to apply suite config updates, rollback issued. Error message : %s" % (str(msg)) + raise DBUpdateError("Unable to apply suite config updates, rollback issued. Error message : %s" % (str(msg)))