Split bicycle icons.

This commit is contained in:
Sergey Vartanov 2021-09-14 02:39:05 +03:00
parent 34c089d97c
commit 885ade0016
3 changed files with 31 additions and 193 deletions

View file

@ -222,7 +222,6 @@ def draw_icons() -> None:
icon_grid_path: Path = workspace.get_icon_grid_path()
collection.draw_grid(icon_grid_path)
logging.info(f"Icon grid is written to {icon_grid_path}.")
return
icons_by_id_path: Path = workspace.get_icons_by_id_path()
icons_by_name_path: Path = workspace.get_icons_by_name_path()