We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e84919 commit f746c34Copy full SHA for f746c34
nipype/interfaces/utility/tests/test_csv.py
@@ -30,7 +30,7 @@ def test_csvReader(tmpdir):
30
31
def test_csvReader_quoted(tmpdir):
32
header = "files,labels,erosion\n"
33
- lines = ["foo,\"hello, world\",300.1\n"]
+ lines = ['foo,"hello, world",300.1\n']
34
35
name = tmpdir.join("testfile.csv").strpath
36
with open(name, "w") as fid:
0 commit comments