Skip to content

Commit 47bb8e8

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

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
@@ -686,7 +686,7 @@ def test_ExportFile(tmp_path):
686686
testin = tmp_path / 'in.txt'
687687
testin.write_text('test string')
688688
i = nio.ExportFile()
689-
i.inputs.in_file = testin
689+
i.inputs.in_file = str(testin)
690690
i.inputs.out_file = str(tmp_path / 'out.tsv')
691691
i.inputs.check_extension = True
692692
with pytest.raises(RuntimeError):

0 commit comments

Comments
 (0)