X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fdakdb%2Fupdate33.py;h=5b0fe110d4dab1dad30ecf27c575d85ccd6db12a;hb=f7e8ab5cc1ef088763a6e0f2b0cdba9ec2b63c87;hp=d3867af32471151dfc876c9d1f687d278a16c577;hpb=a2dc25494de9b598f43f60730c3fe6beffd1b9ca;p=dak.git diff --git a/dak/dakdb/update33.py b/dak/dakdb/update33.py index d3867af3..5b0fe110 100644 --- a/dak/dakdb/update33.py +++ b/dak/dakdb/update33.py @@ -52,4 +52,4 @@ def do_update(self): except psycopg2.ProgrammingError as msg: self.db.rollback() - raise DBUpdateError, 'Unable to apply build_queue update 33, rollback issued. Error message : %s' % (str(msg)) + raise DBUpdateError('Unable to apply build_queue update 33, rollback issued. Error message : %s' % (str(msg)))