Skip to content

Commit 58dc00f

Browse files
committed
fix syntastic warning in airos template
1 parent 0332071 commit 58dc00f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

netjsonconfig/backends/airos/templates/airos.jinja2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{% for namespace, block in data.items() %}
22
{% if namespace != 'netmode' %}
33
{% for element in block %}
4-
{% for k,v in element.items() %}
4+
{% for k, v in element.items() %}
55
{{ namespace }}.{{ k }}={{ v }}
66
{% endfor %}
77
{% endfor %}

0 commit comments

Comments
 (0)