mirror of
https://github.com/enzet/map-machine.git
synced 2025-07-19 01:18:34 +02:00
Fix code style.
This commit is contained in:
parent
95822e5cd5
commit
da705ba9d2
6 changed files with 175 additions and 119 deletions
|
@ -38,7 +38,8 @@ def get_icon(
|
|||
if key not in tags:
|
||||
matched = False
|
||||
break
|
||||
if matcher["tags"][key] != "*" and matcher["tags"][key] != tags[key]:
|
||||
if matcher["tags"][key] != "*" and \
|
||||
matcher["tags"][key] != tags[key]:
|
||||
matched = False
|
||||
break
|
||||
if "no_tags" in matcher:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue