X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fdakdb%2Fupdate14.py;h=575e5d234a2866433d49a0565dcd348d60b00a90;hb=e2c4fd7f21c3b33cd7192bded5d6373e0ee90374;hp=44b061b1e76bd9fd3f2a5d7af616dcd4e558970d;hpb=27e00376e81d1c37ff327ee0d39670b266418869;p=dak.git diff --git a/dak/dakdb/update14.py b/dak/dakdb/update14.py index 44b061b1..575e5d23 100755 --- a/dak/dakdb/update14.py +++ b/dak/dakdb/update14.py @@ -50,4 +50,4 @@ def do_update(self): except psycopg2.ProgrammingError as msg: self.db.rollback() - raise DBUpdateError, "Unable to apply process-new update 14, rollback issued. Error message : %s" % (str(msg)) + raise DBUpdateError("Unable to apply process-new update 14, rollback issued. Error message : %s" % (str(msg)))