mirror of
https://github.com/enzet/map-machine.git
synced 2025-05-17 02:56:25 +02:00
Fix code style.
This commit is contained in:
parent
95822e5cd5
commit
da705ba9d2
6 changed files with 175 additions and 119 deletions
|
@ -35,6 +35,8 @@ class IconExtractor:
|
|||
def parse(self, node) -> None:
|
||||
"""
|
||||
Extract icon paths into a map.
|
||||
|
||||
:param node: XML node that contains icon
|
||||
"""
|
||||
if node.nodeName == "path":
|
||||
if "id" in node.attributes.keys() and \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue