X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fdakdb%2Fupdate35.py;h=41d56674aff70d80e6666ae71a36c037b0880317;hb=f7e8ab5cc1ef088763a6e0f2b0cdba9ec2b63c87;hp=cc289e41cc08234a422e3969189c4d0b40262d7c;hpb=a2dc25494de9b598f43f60730c3fe6beffd1b9ca;p=dak.git diff --git a/dak/dakdb/update35.py b/dak/dakdb/update35.py index cc289e41..41d56674 100644 --- a/dak/dakdb/update35.py +++ b/dak/dakdb/update35.py @@ -47,4 +47,4 @@ def do_update(self): except psycopg2.ProgrammingError as msg: self.db.rollback() - raise DBUpdateError, 'Unable to apply build_queue update 35, rollback issued. Error message : %s' % (str(msg)) + raise DBUpdateError('Unable to apply build_queue update 35, rollback issued. Error message : %s' % (str(msg)))