X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fdakdb%2Fupdate22.py;h=5c852c67024f0b6a73e4595d51c3ae4f33067ebb;hb=707a89a3b86961755a99cb9e1a0a5f23690f9529;hp=81f20037ee0f674dc91ee37d155a9789ecf37a7b;hpb=27e00376e81d1c37ff327ee0d39670b266418869;p=dak.git diff --git a/dak/dakdb/update22.py b/dak/dakdb/update22.py old mode 100755 new mode 100644 index 81f20037..5c852c67 --- a/dak/dakdb/update22.py +++ b/dak/dakdb/update22.py @@ -237,4 +237,4 @@ def do_update(self): except psycopg2.InternalError as msg: self.db.rollback() - raise DBUpdateError, "Unable to apply queue_build 21, rollback issued. Error message : %s" % (str(msg)) + raise DBUpdateError("Unable to apply queue_build 21, rollback issued. Error message : %s" % (str(msg)))