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 44617a3 commit b4c37c0Copy full SHA for b4c37c0
tests/unit/utils/test_download.py
@@ -26,7 +26,7 @@
26
@pytest.fixture()
27
def temp_dir():
28
with tempfile.TemporaryDirectory() as tmp:
29
- yield Path(tmp)
+ yield Path(tmp).resolve()
30
31
32
def make_file(file_path: Path, file_size: int = 0):
0 commit comments