Skip to content

Commit 5737d21

Browse files
stilley2effigies
andauthored
Update nipype/interfaces/tests/test_io.py
Co-Authored-By: Chris Markiewicz <[email protected]>
1 parent 006cdcf commit 5737d21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/tests/test_io.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,7 @@ def test_ExportFile(tmp_path):
687687
testin.write_text('test string')
688688
i = nio.ExportFile()
689689
i.inputs.in_file = testin
690-
i.inputs.out_file = tmp_path / 'out.tsv'
690+
i.inputs.out_file = str(tmp_path / 'out.tsv')
691691
i.inputs.check_extension = True
692692
with pytest.raises(RuntimeError):
693693
i.run()

0 commit comments

Comments
 (0)