X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fdakdb%2Fupdate53.py;h=92508257e08f7104f1931b62fc79ee265d89cfe8;hb=5ae0dac7c89af97eab8ba4fb34e1099a3b9dddc7;hp=a2c8a0a3348362b51ced4ff3c25bc320ed76a37f;hpb=27e00376e81d1c37ff327ee0d39670b266418869;p=dak.git diff --git a/dak/dakdb/update53.py b/dak/dakdb/update53.py old mode 100755 new mode 100644 index a2c8a0a3..92508257 --- a/dak/dakdb/update53.py +++ b/dak/dakdb/update53.py @@ -52,4 +52,4 @@ def do_update(self): except psycopg2.ProgrammingError as msg: self.db.rollback() - raise DBUpdateError, 'Unable to apply sick update 53, rollback issued. Error message : %s' % (str(msg)) + raise DBUpdateError('Unable to apply sick update 53, rollback issued. Error message : %s' % (str(msg)))