Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(70)

Unified Diff: recipes.py

Issue 2688563002: split human reason (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698