Skip to content

Commit

Permalink
Update tests.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Nov 13, 2023
1 parent 669417a commit b8c683b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion aslprep/tests/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ def mock_config():

config.execution.work_dir = Path(mkdtemp())
config.execution.bids_dir = Path(pkgrf("aslprep", "tests/data/ds000240")).absolute()
raise Exception(os.listdir(config.execution.bids_dir))
config.execution.init()

yield
Expand Down

0 comments on commit b8c683b

Please sign in to comment.