Skip to content

Commit ce22e36

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

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

0 commit comments

Comments
 (0)