Skip to content

Commit

Permalink
Update nipype/interfaces/utility/tests/test_csv.py
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies authored Mar 17, 2024
1 parent 5e84919 commit f746c34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nipype/interfaces/utility/tests/test_csv.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def test_csvReader(tmpdir):

def test_csvReader_quoted(tmpdir):
header = "files,labels,erosion\n"
lines = ["foo,\"hello, world\",300.1\n"]
lines = ['foo,"hello, world",300.1\n']

name = tmpdir.join("testfile.csv").strpath
with open(name, "w") as fid:
Expand Down

0 comments on commit f746c34

Please sign in to comment.