]> git.decadent.org.uk Git - dak.git/blobdiff - dak/dakdb/update32.py
Python modules should not be executable
[dak.git] / dak / dakdb / update32.py
old mode 100755 (executable)
new mode 100644 (file)
index c0882fb..59355c9
@@ -46,5 +46,5 @@ def do_update(self):
 
     except psycopg2.ProgrammingError as msg:
         self.db.rollback()
-        raise DBUpdateError, "Unable to apply build_queue update 32, rollback issued. Error message : %s" % (str(msg))
+        raise DBUpdateError("Unable to apply build_queue update 32, rollback issued. Error message : %s" % (str(msg)))