aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/presentation/utils.py
diff options
context:
space:
mode:
authorVratko Polak <vrpolak@cisco.com>2018-04-25 17:35:52 +0200
committerTibor Frank <tifrank@cisco.com>2018-04-26 05:34:16 +0000
commitfde192bc8a6ba1a4e2b4cf5b3297fb076efd58fc (patch)
treec10b5d3bfc0fb722da234423cf5e73a8e8e09cf6 /resources/tools/presentation/utils.py
parent1261ada9edd22c784a7763d861c5acf87ccd1ae1 (diff)
CSIT-1041: Use TMM for trending line
+ Make also pro/re-gression detection use TMM. + Update graphs. - Do not update dashboard tables yet. Change-Id: Iae526c846b329ad99549be61481532e197704fb0 Signed-off-by: Vratko Polak <vrpolak@cisco.com>
Diffstat (limited to 'resources/tools/presentation/utils.py')
-rw-r--r--resources/tools/presentation/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/tools/presentation/utils.py b/resources/tools/presentation/utils.py
index f118afca1d..88baf95928 100644
--- a/resources/tools/presentation/utils.py
+++ b/resources/tools/presentation/utils.py
@@ -140,7 +140,7 @@ def get_files(path, extension=None, full_path=True):
:param path: Path to files.
:param extension: Extension of files to process. If it is the empty string,
- all files will be processed.
+ all files will be processed.
:param full_path: If True, the files with full path are generated.
:type path: str
:type extension: str