]> git.decadent.org.uk Git - dak.git/blobdiff - dak/dakdb/update55.py
dak/dakdb/update77.py: move stayofexecution to the database
[dak.git] / dak / dakdb / update55.py
old mode 100755 (executable)
new mode 100644 (file)
index 8dfc4a5..9e15222
@@ -46,4 +46,4 @@ def do_update(self):
 
     except psycopg2.ProgrammingError as msg:
         self.db.rollback()
-        raise DBUpdateError, 'Unable to apply sick update 55, rollback issued. Error message : %s' % (str(msg))
+        raise DBUpdateError('Unable to apply sick update 55, rollback issued. Error message : %s' % (str(msg)))