]> git.decadent.org.uk Git - dak.git/blobdiff - dak/dakdb/update42.py
Add process-commands program and activate new DM implementation.
[dak.git] / dak / dakdb / update42.py
old mode 100755 (executable)
new mode 100644 (file)
index bfd4b1f..3c51232
@@ -46,4 +46,4 @@ def do_update(self):
 
     except psycopg2.ProgrammingError as msg:
         self.db.rollback()
-        raise DBUpdateError, 'Unable to apply update 42, rollback issued. Error message : %s' % (str(msg))
+        raise DBUpdateError('Unable to apply update 42, rollback issued. Error message : %s' % (str(msg)))