Correct a typo in DESCRIBE_ROUTE_TABLES_RESPONSE string (duplicate tagSet) that causes buggy responses
This commit is contained in:
parent
9b0be24b28
commit
3afd4e0ea9
@ -179,7 +179,6 @@ DESCRIBE_ROUTE_TABLES_RESPONSE = """
|
|||||||
</item>
|
</item>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</associationSet>
|
</associationSet>
|
||||||
<tagSet/>
|
|
||||||
<tagSet>
|
<tagSet>
|
||||||
{% for tag in route_table.get_tags() %}
|
{% for tag in route_table.get_tags() %}
|
||||||
<item>
|
<item>
|
||||||
|
Loading…
Reference in New Issue
Block a user