Chromium Code Reviews| Index: recipes.py |
| diff --git a/recipes.py b/recipes.py |
| index 8c0d50a334377a5a6e2c9d4c89c031443fd8ef93..41723047ce438f52722e0a2204f5458f7c84d39d 100755 |
| --- a/recipes.py |
| +++ b/recipes.py |
| @@ -135,7 +135,7 @@ def new_handle_recipe_return(result, result_filename, stream_engine): |
| with stream_engine.make_step_stream('Failure reason') as s: |
| with s.new_log_stream('reason') as l: |
| - l.write_line(f.human_reason) |
| + l.write_split(f.human_reason) |
| return 1 |