X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fdakdb%2Fupdate10.py;h=31c70d379206504bf48b56ef7570f2137bb1bbfe;hb=4e7e84b60ebde29f8d8dd7c7c8613fac2cb776a3;hp=52a5d0be164a829e350b19b4918dba59a977f963;hpb=27e00376e81d1c37ff327ee0d39670b266418869;p=dak.git diff --git a/dak/dakdb/update10.py b/dak/dakdb/update10.py old mode 100755 new mode 100644 index 52a5d0be..31c70d37 --- a/dak/dakdb/update10.py +++ b/dak/dakdb/update10.py @@ -53,4 +53,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)))