diff options
author | Martin Vuille <jpmv27@yahoo.com> | 2016-11-27 15:02:37 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-11 11:46:45 +0000 |
commit | df4d5246d47acc54aa322b777364c9b86f9a4c54 (patch) | |
tree | a4d3387d416fdd8a5ff7247708928fd59b66d21f /scripts | |
parent | 1e284447b9bf42e1fd6080f5a50fe01c8267a4e6 (diff) | |
download | openembedded-core-df4d5246d47acc54aa322b777364c9b86f9a4c54.tar.gz openembedded-core-df4d5246d47acc54aa322b777364c9b86f9a4c54.tar.bz2 openembedded-core-df4d5246d47acc54aa322b777364c9b86f9a4c54.zip |
terminal.py: Pass string instead of bytes to ExecutionError to avoid exception
Based on run() in bitbake/lib/bb/process.py, ExecutionError() expects strings
not bytes. Passing bytes results in a "TypeError: Can't convert 'bytes' object
to str implicitly" exception.
Fixes Bug 10729
(From OE-Core rev: 063b63d4d324c23322ac1b6b7c7928e725d7b968)
Signed-off-by: Martin Vuille <jpmv27@yahoo.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions