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 45e4b28 commit 6b5d2f9Copy full SHA for 6b5d2f9
_test_unstructured_client/unit_utils.py
@@ -34,7 +34,7 @@
34
35
def sample_docs_path(file_name: str) -> str:
36
"""Resolve the absolute-path to `file_name` in the sample-docs directory."""
37
- sample_docs_dir = pathlib.Path(__file__).parent / "_sample_docs"
+ sample_docs_dir = pathlib.Path(__file__).parent.parent / "_sample_docs"
38
file_path = sample_docs_dir / file_name
39
return str(file_path.resolve())
40
0 commit comments