X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fdakdb%2Fupdate32.py;h=59355c91a3af811c063caed8e8365767da7f3329;hb=8eef1cfc770d01b357ac3a413f3ccd94c30065f7;hp=c0882fb1ccfb42c5f62c23bdd938baef3902094e;hpb=27e00376e81d1c37ff327ee0d39670b266418869;p=dak.git diff --git a/dak/dakdb/update32.py b/dak/dakdb/update32.py index c0882fb1..59355c91 100755 --- a/dak/dakdb/update32.py +++ b/dak/dakdb/update32.py @@ -46,5 +46,5 @@ def do_update(self): except psycopg2.ProgrammingError as msg: self.db.rollback() - raise DBUpdateError, "Unable to apply build_queue update 32, rollback issued. Error message : %s" % (str(msg)) + raise DBUpdateError("Unable to apply build_queue update 32, rollback issued. Error message : %s" % (str(msg)))