Chromium Code Reviews| Index: test/actions/src/subdir2/make-file.py |
| diff --git a/test/actions/src/subdir2/make-file.py b/test/actions/src/subdir2/make-file.py |
| index fff0653144745a9837ac4d3e6b109655665557c7..088a05e0b0cbcacb41be0ce0824239bb6801c4e5 100755 |
| --- a/test/actions/src/subdir2/make-file.py |
| +++ b/test/actions/src/subdir2/make-file.py |
| @@ -8,4 +8,4 @@ import sys |
| contents = "Hello from make-file.py\n" |
| -open(sys.argv[1], 'wb').write(contents) |
| +open(sys.argv[1], 'w').write(contents) |