X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fdakdb%2Fupdate37.py;h=7ab52e04ca52ab9580d700822392c9826a97d772;hb=e2c4fd7f21c3b33cd7192bded5d6373e0ee90374;hp=136f464976d45c737a5fb2b119446fcdb9164921;hpb=27e00376e81d1c37ff327ee0d39670b266418869;p=dak.git diff --git a/dak/dakdb/update37.py b/dak/dakdb/update37.py index 136f4649..7ab52e04 100755 --- a/dak/dakdb/update37.py +++ b/dak/dakdb/update37.py @@ -54,4 +54,4 @@ def do_update(self): except psycopg2.ProgrammingError as msg: self.db.rollback() - raise DBUpdateError, 'Unable to apply table-colum update 37, rollback issued. Error message : %s' % (str(msg)) + raise DBUpdateError('Unable to apply table-colum update 37, rollback issued. Error message : %s' % (str(msg)))