aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/presentation/specification_parser.py
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2019-05-23 13:42:43 +0200
committerTibor Frank <tifrank@cisco.com>2019-05-24 09:56:43 +0000
commit20dff377084a35d285c720f7d9b15127825deecd (patch)
treebd1acb27045436de03a964d83a03a02bd5cae8af /resources/tools/presentation/specification_parser.py
parenta33b7a16cbc228370fcc3e267e6ac8aba5560116 (diff)
Report: Configure 1901.2
Change-Id: I3cd72d9fef12b33be6f966bb8fc2417c10cd093a Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/tools/presentation/specification_parser.py')
-rw-r--r--resources/tools/presentation/specification_parser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/tools/presentation/specification_parser.py b/resources/tools/presentation/specification_parser.py
index bf538836a9..b459bd3117 100644
--- a/resources/tools/presentation/specification_parser.py
+++ b/resources/tools/presentation/specification_parser.py
@@ -370,7 +370,7 @@ class Specification(object):
try:
self._specification["environment"]["urls"] = \
- self._replace_tags(self._cfg_yaml[idx]["urls"])
+ self._cfg_yaml[idx]["urls"]
except KeyError:
self._specification["environment"]["urls"] = None