Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit f746c34

Browse files
Update nipype/interfaces/utility/tests/test_csv.py
1 parent 5e84919 commit f746c34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎nipype/interfaces/utility/tests/test_csv.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def test_csvReader(tmpdir):
3030

3131
def test_csvReader_quoted(tmpdir):
3232
header = "files,labels,erosion\n"
33-
lines = ["foo,\"hello, world\",300.1\n"]
33+
lines = ['foo,"hello, world",300.1\n']
3434

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

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /