Skip to content
Prev Previous commit
Update nipype/pipeline/plugins/tests/test_base.py
Co-Authored-By: Chris Markiewicz <effigies@gmail.com>
  • Loading branch information
dPys and effigies authored Jan 7, 2020
commit b473b6be0b5c9726b479b1c6b18cb6ca2f36874d
2 changes: 1 addition & 1 deletion nipype/pipeline/plugins/tests/test_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ def func(arg1):
wf.config['logging']['crashdump_dir'] = str(tmp_path)
res = wf.run(plugin='MultiProc')

assert os.path.isdir(Path(tmpdir)/'test/functor') is False
assert not Path.is_dir(tmp_path / "test" / "functor")