Trending: Memory consumption
[csit.git] / resources / tools / presentation / generator_CPTA.py
index 1e77191..a9c4d47 100644 (file)
@@ -138,7 +138,8 @@ def generate_cpta(spec, data):
             css_file:
         css_file.write(THEME_OVERRIDES)
 
-    archive_input_data(spec)
+    if spec.configuration.get("archive-inputs", True):
+        archive_input_data(spec)
 
     logging.info("Done.")