X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fdakdb%2Fupdate10.py;h=31c70d379206504bf48b56ef7570f2137bb1bbfe;hb=f7e8ab5cc1ef088763a6e0f2b0cdba9ec2b63c87;hp=52a5d0be164a829e350b19b4918dba59a977f963;hpb=a2dc25494de9b598f43f60730c3fe6beffd1b9ca;p=dak.git diff --git a/dak/dakdb/update10.py b/dak/dakdb/update10.py index 52a5d0be..31c70d37 100755 --- a/dak/dakdb/update10.py +++ b/dak/dakdb/update10.py @@ -53,4 +53,4 @@ def do_update(self): except psycopg2.ProgrammingError as msg: self.db.rollback() - raise DBUpdateError, "Unable to apply suite config updates, rollback issued. Error message : %s" % (str(msg)) + raise DBUpdateError("Unable to apply suite config updates, rollback issued. Error message : %s" % (str(msg)))