Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bohdanbobrowski committed Nov 17, 2024
1 parent a8cb9cf commit 541f6cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blog2epub/common/assets.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ def asset_path(filename: str) -> str:
base_path = os.path.abspath("./assets/")
if os.path.isfile(os.path.join(base_path, filename)):
return os.path.join(base_path, filename)
# if there is no given file i'm guessing that blog2epub is run from sources
# if there is no given file I'm guessing that blog2epub is run from sources
return os.path.join(os.path.abspath("../assets/"), filename)

0 comments on commit 541f6cc

Please sign in to comment.