X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fdakdb%2Fupdate19.py;h=61e607033f4b4c1a1454d6677c3c1d02679a01f6;hb=6cfc82886d71c7436a97ddfe7a5a1dde297886d2;hp=5186ded626654768cbe830e89792eea63033ebe8;hpb=27e00376e81d1c37ff327ee0d39670b266418869;p=dak.git diff --git a/dak/dakdb/update19.py b/dak/dakdb/update19.py index 5186ded6..61e60703 100755 --- a/dak/dakdb/update19.py +++ b/dak/dakdb/update19.py @@ -104,4 +104,4 @@ def do_update(self): except psycopg2.InternalError as msg: self.db.rollback() - raise DBUpdateError, "Unable to apply debversion update 19, rollback issued. Error message : %s" % (str(msg)) + raise DBUpdateError("Unable to apply debversion update 19, rollback issued. Error message : %s" % (str(msg)))