Index: scripts/slave/recipe_modules/auto_bisect/bisect_results.py |
diff --git a/scripts/slave/recipe_modules/auto_bisect/bisect_results.py b/scripts/slave/recipe_modules/auto_bisect/bisect_results.py |
index ffafc55df19ba70a945fcd5b94e1f037c28ab16f..e4970d7babdcec1aa9cc89f800f7dcd46700c18e 100644 |
--- a/scripts/slave/recipe_modules/auto_bisect/bisect_results.py |
+++ b/scripts/slave/recipe_modules/auto_bisect/bisect_results.py |
@@ -140,7 +140,7 @@ class BisectResults(object): |
'cl': self.culprit_cl_hash |
} |
body += self._compose_revisions_table() |
- return body |
+ return body.encode('ascii','replace') |
def _make_footer(self): |
return _RESULTS_THANKYOU |