X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=dak%2Fdakdb%2Fupdate6.py;h=f3d11bbc82ad8f293338e8fc31b48dc4f653d7a1;hb=e2c4fd7f21c3b33cd7192bded5d6373e0ee90374;hp=78a04f5fc5321a869e91017603a627a8f56101d9;hpb=27e00376e81d1c37ff327ee0d39670b266418869;p=dak.git diff --git a/dak/dakdb/update6.py b/dak/dakdb/update6.py index 78a04f5f..f3d11bbc 100755 --- a/dak/dakdb/update6.py +++ b/dak/dakdb/update6.py @@ -89,4 +89,4 @@ def do_update(self): 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)))