]> git.decadent.org.uk Git - dak.git/blobdiff - dak/dakdb/update46.py
Add process-commands program and activate new DM implementation.
[dak.git] / dak / dakdb / update46.py
old mode 100755 (executable)
new mode 100644 (file)
index 55a382f..109a887
@@ -74,4 +74,4 @@ CREATE TABLE source_metadata (
 
     except psycopg2.ProgrammingError as msg:
         self.db.rollback()
-        raise DBUpdateError, 'Unable to apply update 46, rollback issued. Error message : %s' % (str(msg))
+        raise DBUpdateError('Unable to apply update 46, rollback issued. Error message : %s' % (str(msg)))