X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fdakdb%2Fupdate36.py;h=432e09f3653f65b1f0202bf126d407c18d796380;hb=f7e8ab5cc1ef088763a6e0f2b0cdba9ec2b63c87;hp=c672d8d7b6ffd7d1d6298f9e859380be877b3668;hpb=27e00376e81d1c37ff327ee0d39670b266418869;p=dak.git diff --git a/dak/dakdb/update36.py b/dak/dakdb/update36.py index c672d8d7..432e09f3 100644 --- a/dak/dakdb/update36.py +++ b/dak/dakdb/update36.py @@ -45,4 +45,4 @@ def do_update(self): except psycopg2.ProgrammingError as msg: self.db.rollback() - raise DBUpdateError, 'Unable to apply build_queue update 36, rollback issued. Error message : %s' % (str(msg)) + raise DBUpdateError('Unable to apply build_queue update 36, rollback issued. Error message : %s' % (str(msg)))