We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b1d789 commit 05be8bdCopy full SHA for 05be8bd
1 file changed
netjsonconfig/backends/airos/airos.py
@@ -152,7 +152,7 @@ def intermediate_to_list(configuration):
152
# enclose it in a flattened list
153
for child in intermediate_to_list(flatten([value])):
154
for child_key, child_value in child.items():
155
- nested_key = '{key}.{subkey}'.format(key=child_key, subkey=child_value)
+ nested_key = '{key}.{subkey}'.format(key=key, subkey=child_key)
156
temp[nested_key] = child_value
157
158
# now it is atomic, append it to
0 commit comments