Skip to content

Commit

Permalink
Merge pull request #118 from mormahr/fix-toolbox-update
Browse files Browse the repository at this point in the history
Fix toolbox update script path
  • Loading branch information
mormahr authored Aug 19, 2021
2 parents 015d557 + 5e5fb27 commit 577f216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdf_service/toolbox.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def update():
:return:
"""
base = Path(__file__).parent.joinpath("../test-data")
base = Path(__file__).parent.joinpath("./test-data")
for input_file in base.glob("*.html"):
create(input_file.stem.replace(".html", ""))

Expand Down

0 comments on commit 577f216

Please sign in to comment.