Skip to content

Commit 5e5fb27

Browse files
committed
Fix toolbox update script path
1 parent 015d557 commit 5e5fb27

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)