X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fdakdb%2Fupdate30.py;h=f68c74a34a5f7baaaeb5be8f59aa743ebfd6c777;hb=c2c237211917b899225b7dbfacf4f0eb6d39e037;hp=fe591614dd51af6034e8962c89ce6bbe6d1f046f;hpb=27e00376e81d1c37ff327ee0d39670b266418869;p=dak.git diff --git a/dak/dakdb/update30.py b/dak/dakdb/update30.py index fe591614..f68c74a3 100644 --- a/dak/dakdb/update30.py +++ b/dak/dakdb/update30.py @@ -97,4 +97,4 @@ $$ LANGUAGE plpythonu VOLATILE SECURITY DEFINER; except psycopg2.ProgrammingError as msg: self.db.rollback() - raise DBUpdateError, "Unable to appy debversion updates, rollback issued. Error message : %s" % (str(msg)) + raise DBUpdateError("Unable to appy debversion updates, rollback issued. Error message : %s" % (str(msg)))