X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fdakdb%2Fupdate17.py;h=493640eb9ff6a79df097a345d17424a5ebbcc1ad;hb=f0aecfc41de9927d255402dafcae4eeb6a9fd5f8;hp=8fc3bd058f0cec4c43fb31e31d4603f1f7b46f30;hpb=27e00376e81d1c37ff327ee0d39670b266418869;p=dak.git diff --git a/dak/dakdb/update17.py b/dak/dakdb/update17.py old mode 100755 new mode 100644 index 8fc3bd05..493640eb --- a/dak/dakdb/update17.py +++ b/dak/dakdb/update17.py @@ -60,7 +60,7 @@ def do_update(self): except psycopg2.ProgrammingError as msg: self.db.rollback() - raise DBUpdateError, "Unable to apply process-new update 17, rollback issued. Error message : %s" % (str(msg)) + raise DBUpdateError("Unable to apply process-new update 17, rollback issued. Error message : %s" % (str(msg)))