From 8bb7c4f510ca7b02469a3d2f92592179e2ed8ea2 Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Fri, 7 Feb 2020 14:07:07 +0100 Subject: PAL: Latency by percentile Change-Id: I413271f4b1fad801463fb7f8f16112aedc0d058b Signed-off-by: Tibor Frank (cherry picked from commit c1335b81c08aeeb5d45af39d45ce02dc1a7d4235) --- resources/tools/presentation/specification_parser.py | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'resources/tools/presentation/specification_parser.py') diff --git a/resources/tools/presentation/specification_parser.py b/resources/tools/presentation/specification_parser.py index ef2fafccae..2360b78f2d 100644 --- a/resources/tools/presentation/specification_parser.py +++ b/resources/tools/presentation/specification_parser.py @@ -756,6 +756,13 @@ class Specification: except KeyError: pass + try: + element[u"output-file-links"] = self._replace_tags( + element[u"output-file-links"], + self._specification[u"environment"][u"paths"]) + except KeyError: + pass + # Add data sets to the elements: if isinstance(element.get(u"data", None), str): data_set = element[u"data"] -- cgit 1.2.3-korg