diff options
author | Tibor Frank <tifrank@cisco.com> | 2018-04-03 12:22:26 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2018-04-03 12:22:26 +0200 |
commit | c623ad8042127fcb4bbd3c9ffb646f40371b7510 (patch) | |
tree | a5f7185eb83038dd6c58aa9f4b8c87290cf7c608 /resources/tools/presentation/generator_CPTA.py | |
parent | e8cd12aa194876deb0d51bfdc504d8a8738a5d80 (diff) |
CSIT Trending: Input files
Change-Id: I4cfaaff8a372dbf807715ec47647fbe8760dbe6b
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 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/resources/tools/presentation/generator_CPTA.py b/resources/tools/presentation/generator_CPTA.py index f3a8c010c5..69c52d4180 100644 --- a/resources/tools/presentation/generator_CPTA.py +++ b/resources/tools/presentation/generator_CPTA.py @@ -424,8 +424,6 @@ def _generate_all_charts(spec, input_data): idx += 1 # Generate the chart: - period_name = "Daily" if period == 1 else \ - "Weekly" if period < 20 else "Monthly" _generate_chart(traces, chart["layout"], file_name="{0}-{1}-{2}{3}".format( |