X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fdakdb%2Fupdate20.py;h=c1424ab2da502aa8c236dcfb4dc2d0f8ba1ad912;hb=6cfc82886d71c7436a97ddfe7a5a1dde297886d2;hp=70572fcb0917547f92171d57fbacdde2b19538c0;hpb=27e00376e81d1c37ff327ee0d39670b266418869;p=dak.git diff --git a/dak/dakdb/update20.py b/dak/dakdb/update20.py index 70572fcb..c1424ab2 100755 --- a/dak/dakdb/update20.py +++ b/dak/dakdb/update20.py @@ -97,4 +97,4 @@ def do_update(self): except psycopg2.InternalError as msg: self.db.rollback() - raise DBUpdateError, "Unable to apply debversion update 20, rollback issued. Error message : %s" % (str(msg)) + raise DBUpdateError("Unable to apply debversion update 20, rollback issued. Error message : %s" % (str(msg)))