mirror of
https://github.com/enzet/map-machine.git
synced 2025-06-06 12:51:53 +02:00
Issue #45: test fix.
This commit is contained in:
parent
4b88b64f86
commit
02459a6af0
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ class WayMatcher(Matcher):
|
||||||
style: Dict[str, Any] = structure["style"]
|
style: Dict[str, Any] = structure["style"]
|
||||||
for key in style:
|
for key in style:
|
||||||
if str(style[key]).endswith("_color"):
|
if str(style[key]).endswith("_color"):
|
||||||
self.style[key] = scheme.get_color(style[key])
|
self.style[key] = scheme.get_color(style[key]).hex.upper()
|
||||||
else:
|
else:
|
||||||
self.style[key] = style[key]
|
self.style[key] = style[key]
|
||||||
self.priority = 0
|
self.priority = 0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue