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 ef739f0 commit 27a2472Copy full SHA for 27a2472
nipype/pipeline/plugins/tests/test_sgelike.py
@@ -37,5 +37,5 @@ def test_crashfile_creation(tmp_path):
37
assert (str(e.value) ==
38
"Workflow did not execute cleanly. Check log for details")
39
40
- crashfiles = glob(join(tmpdirname,"crash*crasher*.pklz"))
+ crashfiles = tmp_path.glob("crash*crasher*.pklz")
41
assert len(crashfiles) == 1
0 commit comments