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 ce6c37e commit ce3a927Copy full SHA for ce3a927
1 file changed
netjsonconfig/backends/airos/airos.py
@@ -145,7 +145,7 @@ def intermediate_to_list(configuration):
145
temp = {}
146
for key, value in element.items():
147
if isinstance(value, string_types) or isinstance(value, int):
148
- pass
+ temp[key] = value
149
else:
150
# reduce to atom list
151
# as value could be dict or list
0 commit comments