Skip to content

Commit 6b43580

Browse files
authored
Merge pull request #2875 from mr-c/patch-1
[DOC] Replace initialism typo in comment with intended phrase
2 parents fbf2c35 + efe838e commit 6b43580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/pipeline/engine/tests/test_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ def test_mapnode_crash3(tmpdir):
220220
wf = pe.Workflow('testmapnodecrash')
221221
wf.add_nodes([node])
222222
wf.base_dir = tmpdir.strpath
223-
# changing crashdump dir to cwl (to avoid problems with read-only systems)
223+
# changing crashdump dir to current working directory (to avoid problems with read-only systems)
224224
wf.config["execution"]["crashdump_dir"] = os.getcwd()
225225
with pytest.raises(RuntimeError):
226226
wf.run(plugin='Linear')

0 commit comments

Comments
 (0)