Correct a typo in DESCRIBE_ROUTE_TABLES_RESPONSE string (duplicate tagSet) that causes buggy responses
This commit is contained in:
parent
9b0be24b28
commit
3afd4e0ea9
1 changed files with 0 additions and 1 deletions
|
|
@ -179,7 +179,6 @@ DESCRIBE_ROUTE_TABLES_RESPONSE = """
|
|||
</item>
|
||||
{% endfor %}
|
||||
</associationSet>
|
||||
<tagSet/>
|
||||
<tagSet>
|
||||
{% for tag in route_table.get_tags() %}
|
||||
<item>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue