Skip to content

Commit

Permalink
Add directory creation
Browse files Browse the repository at this point in the history
  • Loading branch information
enzet committed Aug 22, 2023
1 parent eb7712b commit 48b42c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roentgen/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ def draw_icons(
collection.draw_icons(icons_by_id_path, license_path)

icons_by_name_path: Path = output_path / "icons_by_name"
icons_by_name_path.mkdir(exist_ok=True)
collection.draw_icons(icons_by_name_path, license_path, by_name=True)

logging.info(
Expand Down

0 comments on commit 48b42c6

Please sign in to comment.