X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fdakdb%2Fupdate8.py;h=98e0f088048e06c2981c80ac7ad8d33f57844b7e;hb=f7e8ab5cc1ef088763a6e0f2b0cdba9ec2b63c87;hp=1c86c866bbb7df137f34c8004800e8994bcf0f05;hpb=a2dc25494de9b598f43f60730c3fe6beffd1b9ca;p=dak.git diff --git a/dak/dakdb/update8.py b/dak/dakdb/update8.py index 1c86c866..98e0f088 100755 --- a/dak/dakdb/update8.py +++ b/dak/dakdb/update8.py @@ -101,4 +101,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)))