|
@@ -196,7 +196,6 @@ def spec_name_list(spec, prefix="", recurse=False):
|
|
|
elif 'named_set_item_spec' in spec:
|
|
|
|
|
|
result.append(prefix[:-1])
|
|
|
- pass
|
|
|
else:
|
|
|
for name in spec:
|
|
|
result.append(prefix + name + "/")
|
|
@@ -420,6 +419,12 @@ class MultiConfigData:
|
|
|
id_prefix += "/" + id_part
|
|
|
part_spec = find_spec_part(self._specifications[module].get_config_spec(), id_prefix)
|
|
|
if part_spec['item_type'] == 'named_set':
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
if len(id_parts) == 0:
|
|
|
if 'item_default' in part_spec:
|
|
|
return part_spec['item_default']
|