X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=resources%2Ftools%2Fpresentation%2Fspecification_parser.py;h=b459bd3117de21be3c7d2b1cc2c9ae51ba8f8a02;hb=130c7fc821fca1fea4c5d4ff68c38e4a8cf2772d;hp=bf538836a9a64ce12d4248c368a5b7a4293aadd7;hpb=28b90c1c67171a18ced6216cb943a0be1faaa4b8;p=csit.git 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