Merge "Correctly stream the remaining buffer" into feature/zuulv3

This commit is contained in:
Zuul 2017-12-07 15:51:52 +00:00 committed by Gerrit Code Review
commit 4090ea72ca
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ class CallbackModule(default.CallbackModule):
buff += more
if buff:
self._log_streamline(
host, line.decode("utf-8", "backslashreplace"))
host, buff.decode("utf-8", "backslashreplace"))
def _log_streamline(self, host, line):
if "[Zuul] Task exit code" in line: