Skip to content

Commit

Permalink
Update nireports/conftest.py
Browse files Browse the repository at this point in the history
Co-authored-by: Mathias Goncalves <[email protected]>
  • Loading branch information
oesteban and mgxd authored Jan 18, 2024
1 parent 920a9ab commit 8d197b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nireports/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

_datadir = (Path(__file__).parent / "tests" / "data").resolve(strict=True)
niprepsdev_path = Path(os.getenv(
"TEST_DATA_HOME", str(Path.home() / ".cache" / "nipreps-dev")
"TEST_DATA_HOME", Path.home() / ".cache" / "nipreps-dev"
))
test_output_dir = os.getenv("TEST_OUTPUT_DIR")
test_workdir = os.getenv("TEST_WORK_DIR")
Expand Down

0 comments on commit 8d197b5

Please sign in to comment.