Report: Configure 1901.1.13
[csit.git] / resources / tools / presentation / specification_parser.py
index f71c482..b459bd3 100644 (file)
@@ -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
 
@@ -434,7 +434,7 @@ class Specification(object):
                         builds = [x for x in range(builds["start"], build_nr+1)]
                         self.configuration["data-sets"][set_name][job] = builds
 
-        # Data sets: add sub-sets to sets:
+        # Data sets: add sub-sets to sets (only one level):
         for set_name, data_set in self.configuration["data-sets"].items():
             if isinstance(data_set, list):
                 new_set = dict()