]> git.decadent.org.uk Git - dak.git/blobdiff - dak/dakdb/update12.py
dak/dakdb/update75.py: fix adding architectures for new and byhand
[dak.git] / dak / dakdb / update12.py
old mode 100755 (executable)
new mode 100644 (file)
index 1141c59..21d44a4
@@ -46,4 +46,4 @@ def do_update(self):
 
     except psycopg2.ProgrammingError as msg:
         self.db.rollback()
-        raise DBUpdateError, "Unable to apply process-new update 12, rollback issued. Error message : %s" % (str(msg))
+        raise DBUpdateError("Unable to apply process-new update 12, rollback issued. Error message : %s" % (str(msg)))