]> git.decadent.org.uk Git - dak.git/blobdiff - dak/dakdb/update10.py
Merge branch 'new-dm'
[dak.git] / dak / dakdb / update10.py
old mode 100755 (executable)
new mode 100644 (file)
index 52a5d0b..31c70d3
@@ -53,4 +53,4 @@ def do_update(self):
 
     except psycopg2.ProgrammingError as msg:
         self.db.rollback()
-        raise DBUpdateError, "Unable to apply suite config updates, rollback issued. Error message : %s" % (str(msg))
+        raise DBUpdateError("Unable to apply suite config updates, rollback issued. Error message : %s" % (str(msg)))