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>
|
||||
{% endfor %}
|
||||
</associationSet>
|
||||
<tagSet/>
|
||||
<tagSet>
|
||||
{% for tag in route_table.get_tags() %}
|
||||
<item>
|
||||
|
Loading…
Reference in New Issue
Block a user