]> git.decadent.org.uk Git - dak.git/blobdiff - dak/dakdb/update11.py
Python modules should not be executable
[dak.git] / dak / dakdb / update11.py
old mode 100755 (executable)
new mode 100644 (file)
index 6569f8e..17001d3
@@ -60,4 +60,4 @@ def do_update(self):
 
     except psycopg2.ProgrammingError as msg:
         self.db.rollback()
-        raise DBUpdateError, "Unable to apply process-new comments update, rollback issued. Error message : %s" % (str(msg))
+        raise DBUpdateError("Unable to apply process-new comments update, rollback issued. Error message : %s" % (str(msg)))