Rename data/tags.yml to scheme/default.yml.

This commit is contained in:
Sergey Vartanov 2021-05-07 01:21:11 +03:00
parent cbbd7bcf05
commit 0f3888430b
7 changed files with 5 additions and 5 deletions

View file

@ -16,7 +16,7 @@ def test_icons() -> None:
def get_icon(tags: Dict[str, str]):
scheme = Scheme("data/tags.yml")
scheme = Scheme("scheme/default.yml")
icon_extractor = IconExtractor("icons/icons.svg")
icon, _ = scheme.get_icon(icon_extractor, tags)
return icon