X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=dak%2Fdakdb%2Fupdate44.py;h=bce1fe7db3fcd00934836e2f2899c8435662348c;hb=d0328e7b4d2dc5baf38f7dd66eb9d6c5bcf5b55e;hp=1b4a5714e1194b353ee25adb75ef614d6121f3ff;hpb=27e00376e81d1c37ff327ee0d39670b266418869;p=dak.git diff --git a/dak/dakdb/update44.py b/dak/dakdb/update44.py index 1b4a5714..bce1fe7d 100755 --- a/dak/dakdb/update44.py +++ b/dak/dakdb/update44.py @@ -49,4 +49,4 @@ def do_update(self): except psycopg2.ProgrammingError as msg: self.db.rollback() - raise DBUpdateError, 'Unable to apply sick update 44, rollback issued. Error message : %s' % (str(msg)) + raise DBUpdateError('Unable to apply sick update 44, rollback issued. Error message : %s' % (str(msg)))