Skip to content

Commit ef739f0

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

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
@@ -28,7 +28,7 @@ def is_pending(self, taskid):
2828
@patch.object(SGELikeBatchManagerBase, '_is_pending', new=is_pending)
2929
def test_crashfile_creation(tmp_path):
3030
pipe = pe.Workflow(name="pipe", base_dir=str(tmp_path))
31-
pipe.config["execution"]["crashdump_dir"] = tmpdirname
31+
pipe.config["execution"]["crashdump_dir"] = str(tmp_path)
3232
pipe.add_nodes([pe.Node(interface=Function(function=crasher),
3333
name="crasher")])
3434
sgelike_plugin = SGELikeBatchManagerBase("")

0 commit comments

Comments
 (0)