X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fdakdb%2Fupdate18.py;h=bdf241084262522f86a95029b810ae17126c87ee;hb=e2c4fd7f21c3b33cd7192bded5d6373e0ee90374;hp=eb8efa4a4cbc943401e1fad9afd2b3bc4edb3170;hpb=27e00376e81d1c37ff327ee0d39670b266418869;p=dak.git diff --git a/dak/dakdb/update18.py b/dak/dakdb/update18.py index eb8efa4a..bdf24108 100755 --- a/dak/dakdb/update18.py +++ b/dak/dakdb/update18.py @@ -153,4 +153,4 @@ def do_update(self): except psycopg2.ProgrammingError as msg: self.db.rollback() - raise DBUpdateError, "Unable to apply knownchanges update 18, rollback issued. Error message : %s" % (str(msg)) + raise DBUpdateError("Unable to apply knownchanges update 18, rollback issued. Error message : %s" % (str(msg)))