X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fdakdb%2Fupdate48.py;h=63a8a0e656fa79058279a00fc2c8c07ab6b87f3d;hb=d31ae14a9de247d47d9ff7b3f36705a58a065916;hp=3bc0f8936e3f8013ce0410a63b8ede3460434ead;hpb=27e00376e81d1c37ff327ee0d39670b266418869;p=dak.git diff --git a/dak/dakdb/update48.py b/dak/dakdb/update48.py old mode 100755 new mode 100644 index 3bc0f893..63a8a0e6 --- a/dak/dakdb/update48.py +++ b/dak/dakdb/update48.py @@ -46,4 +46,4 @@ def do_update(self): except psycopg2.ProgrammingError as msg: self.db.rollback() - raise DBUpdateError, 'Unable to apply sick update 48, rollback issued. Error message : %s' % (str(msg)) + raise DBUpdateError('Unable to apply sick update 48, rollback issued. Error message : %s' % (str(msg)))