зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1658679 - Fix Python 3 compatibility in RemoteAutomation.read_stdout(). r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D86958
This commit is contained in:
Родитель
0d1dfebad8
Коммит
73ba237058
|
@ -272,6 +272,7 @@ class RemoteAutomation(object):
|
|||
return False
|
||||
if not newLogContent:
|
||||
return False
|
||||
newLogContent = six.ensure_str(newLogContent, errors='replace')
|
||||
|
||||
self.stdoutlen += len(newLogContent)
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче