We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 015d557 commit 5e5fb27Copy full SHA for 5e5fb27
pdf_service/toolbox.py
@@ -41,7 +41,7 @@ def update():
41
42
:return:
43
"""
44
- base = Path(__file__).parent.joinpath("../test-data")
+ base = Path(__file__).parent.joinpath("./test-data")
45
for input_file in base.glob("*.html"):
46
create(input_file.stem.replace(".html", ""))
47
0 commit comments