We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fbf2c35 + efe838e commit 6b43580Copy full SHA for 6b43580
nipype/pipeline/engine/tests/test_utils.py
@@ -220,7 +220,7 @@ def test_mapnode_crash3(tmpdir):
220
wf = pe.Workflow('testmapnodecrash')
221
wf.add_nodes([node])
222
wf.base_dir = tmpdir.strpath
223
- # changing crashdump dir to cwl (to avoid problems with read-only systems)
+ # changing crashdump dir to current working directory (to avoid problems with read-only systems)
224
wf.config["execution"]["crashdump_dir"] = os.getcwd()
225
with pytest.raises(RuntimeError):
226
wf.run(plugin='Linear')
0 commit comments