Skip to content

Commit

Permalink
Refactor, rebuild for new version of thumbnails-readme 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KukovecRok committed Aug 22, 2023
1 parent ff04f87 commit 822108e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion thumbnails_readme_action.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"""Action for thumbnails_readme.py."""

from thumbnails_readme import thumbnails_readme
from pathlib import Path

Expand Down Expand Up @@ -26,7 +28,7 @@

# WSL path
path_to_thumbnails_folder = path / "/image_thumbnails"
path_to_readme = path / "/README.md"
path_to_readme = Path(path / 'README.md')

if __name__ == "__main__":
thumbnails_readme.prepare_thumbnails_folder(path_to_thumbnails_folder)
Expand Down

0 comments on commit 822108e

Please sign in to comment.