X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fdakdb%2Fupdate21.py;h=c91b6f1410e4cd486fd6fd4737a84d710326bd45;hb=c72ca020c81a70f4813a12afbdc01f57be9d32bf;hp=2555e4c74715bbf73d9a000f8378172e04a6ecac;hpb=27e00376e81d1c37ff327ee0d39670b266418869;p=dak.git diff --git a/dak/dakdb/update21.py b/dak/dakdb/update21.py index 2555e4c7..c91b6f14 100755 --- a/dak/dakdb/update21.py +++ b/dak/dakdb/update21.py @@ -126,4 +126,4 @@ def do_update(self): except psycopg2.InternalError as msg: self.db.rollback() - raise DBUpdateError, "Unable to apply queue_build 21, rollback issued. Error message : %s" % (str(msg)) + raise DBUpdateError("Unable to apply queue_build 21, rollback issued. Error message : %s" % (str(msg)))