]> git.decadent.org.uk Git - dak.git/blobdiff - dak/dakdb/update66.py
Python modules should not be executable
[dak.git] / dak / dakdb / update66.py
old mode 100755 (executable)
new mode 100644 (file)
index 2a59c71..d59306f
@@ -57,4 +57,4 @@ def do_update(self):
 
     except psycopg2.ProgrammingError as msg:
         self.db.rollback()
-        raise DBUpdateError, 'Unable to apply sick update 66, rollback issued. Error message : %s' % (str(msg))
+        raise DBUpdateError('Unable to apply sick update 66, rollback issued. Error message : %s' % (str(msg)))