Skip to content

Commit 269ac56

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

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
@@ -26,7 +26,7 @@ def is_pending(self, taskid):
2626

2727
@patch.object(SGELikeBatchManagerBase, '_submit_batchtask', new=submit_batchtask)
2828
@patch.object(SGELikeBatchManagerBase, '_is_pending', new=is_pending)
29-
def test_crashfile_creation():
29+
def test_crashfile_creation(tmp_path):
3030
cur_dir = os.getcwd()
3131
with TemporaryDirectory(prefix="test_engine_", dir=cur_dir) as tmpdirname:
3232
pipe = pe.Workflow(name="pipe", base_dir=tmpdirname)

0 commit comments

Comments
 (0)