Skip to content

Commit 577f216

Browse files
authored
Merge pull request #118 from mormahr/fix-toolbox-update
Fix toolbox update script path
2 parents 015d557 + 5e5fb27 commit 577f216

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pdf_service/toolbox.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def update():
4141
4242
:return:
4343
"""
44-
base = Path(__file__).parent.joinpath("../test-data")
44+
base = Path(__file__).parent.joinpath("./test-data")
4545
for input_file in base.glob("*.html"):
4646
create(input_file.stem.replace(".html", ""))
4747

0 commit comments

Comments
 (0)