]> git.decadent.org.uk Git - dak.git/blobdiff - dak/dakdb/update14.py
Reference archive table from suite and add path to archive root
[dak.git] / dak / dakdb / update14.py
index 44b061b1e76bd9fd3f2a5d7af616dcd4e558970d..575e5d234a2866433d49a0565dcd348d60b00a90 100755 (executable)
@@ -50,4 +50,4 @@ def do_update(self):
 
     except psycopg2.ProgrammingError as msg:
         self.db.rollback()
-        raise DBUpdateError, "Unable to apply process-new update 14, rollback issued. Error message : %s" % (str(msg))
+        raise DBUpdateError("Unable to apply process-new update 14, rollback issued. Error message : %s" % (str(msg)))