X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fdakdb%2Fupdate11.py;h=17001d391f58c00719c5c29b607044154be6a83a;hb=f7e8ab5cc1ef088763a6e0f2b0cdba9ec2b63c87;hp=6569f8ebb144ab3fd7b0e47118ec706503600b89;hpb=a2dc25494de9b598f43f60730c3fe6beffd1b9ca;p=dak.git diff --git a/dak/dakdb/update11.py b/dak/dakdb/update11.py index 6569f8eb..17001d39 100755 --- a/dak/dakdb/update11.py +++ b/dak/dakdb/update11.py @@ -60,4 +60,4 @@ def do_update(self): except psycopg2.ProgrammingError as msg: self.db.rollback() - raise DBUpdateError, "Unable to apply process-new comments update, rollback issued. Error message : %s" % (str(msg)) + raise DBUpdateError("Unable to apply process-new comments update, rollback issued. Error message : %s" % (str(msg)))