diff options
author | Tibor Frank <tifrank@cisco.com> | 2019-08-01 09:13:02 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2019-08-01 08:29:58 +0000 |
commit | fca2fc9b8212ca088ea2374c42685312afb8149f (patch) | |
tree | 4e928b6f814de962ef20dc8ad35a57c48e4d9a84 /resources/tools/presentation/generator_CPTA.py | |
parent | e8e655c1c5aafbffd8040c5fcfecfd4e5d9011c5 (diff) |
Trending: Memory consumption
Change-Id: I26a7d9e7ee0b1a64666c3ffbcfc424f04a52d046
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/tools/presentation/generator_CPTA.py')
-rw-r--r-- | resources/tools/presentation/generator_CPTA.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/resources/tools/presentation/generator_CPTA.py b/resources/tools/presentation/generator_CPTA.py index 1e7719153f..a9c4d472ec 100644 --- a/resources/tools/presentation/generator_CPTA.py +++ b/resources/tools/presentation/generator_CPTA.py @@ -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.") |