X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fdakdb%2Fupdate60.py;h=0173529628b31b583d040e70a9b1ffdbf3233b50;hb=e2c4fd7f21c3b33cd7192bded5d6373e0ee90374;hp=dc61eaca4f1fbbb5a0a74127f62cb1db913964af;hpb=27e00376e81d1c37ff327ee0d39670b266418869;p=dak.git diff --git a/dak/dakdb/update60.py b/dak/dakdb/update60.py index dc61eaca..01735296 100755 --- a/dak/dakdb/update60.py +++ b/dak/dakdb/update60.py @@ -53,4 +53,4 @@ def do_update(self): except psycopg2.ProgrammingError as msg: self.db.rollback() - raise DBUpdateError, 'Unable to apply sick update 60, rollback issued. Error message : %s' % (str(msg)) + raise DBUpdateError('Unable to apply sick update 60, rollback issued. Error message : %s' % (str(msg)))