Skip to content

Commit 27a2472

Browse files
daniel-geeffigies
andauthored
Update nipype/pipeline/plugins/tests/test_sgelike.py
Co-Authored-By: Chris Markiewicz <[email protected]>
1 parent ef739f0 commit 27a2472

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/pipeline/plugins/tests/test_sgelike.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ def test_crashfile_creation(tmp_path):
3737
assert (str(e.value) ==
3838
"Workflow did not execute cleanly. Check log for details")
3939

40-
crashfiles = glob(join(tmpdirname,"crash*crasher*.pklz"))
40+
crashfiles = tmp_path.glob("crash*crasher*.pklz")
4141
assert len(crashfiles) == 1

0 commit comments

Comments
 (0)