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 <mathiasg@stanford.edu>
  • Loading branch information
2 people authored and effigies committed Oct 4, 2024
1 parent 9bc7ded commit 70bfd85
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 @@
os.environ["NO_ET"] = "1"

_datadir = (Path(__file__).parent / "tests" / "data").absolute()
niprepsdev_path = Path(os.getenv("TEST_DATA_HOME", str(Path.home() / ".cache" / "nipreps-dev")))
niprepsdev_path = Path(os.getenv("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 70bfd85

Please sign in to comment.