diff options
author | Mike Crowe <mac@mcrowe.com> | 2017-02-24 16:20:04 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-01 11:16:07 +0000 |
commit | 7b75bf85059f0d4fc873b27d31ff17eb97815db9 (patch) | |
tree | 3ffc90e05e3000963b132ae71c6e787f514b420b /bitbake/bin/bitbake-diffsigs | |
parent | 32428263047c3dabdc06556242c3baaedac664ad (diff) | |
download | poky-7b75bf85059f0d4fc873b27d31ff17eb97815db9.tar.gz |
bitbake: process: stop bb.process.communicate mixing bytes and str return types
Python3 regards b"" as False so it is not being converted to a string by
d0f904d407f57998419bd9c305ce53e5eaa36b24. This confusingly causes three
different potential types for each member of the returned tuple.
Let's just assume that everything that's not None is a bytes object and
convert it to a string.
(Bitbake rev: 0cf5589b7fb3582a6caca5014c4d8152347df545)
Signed-off-by: Mike Crowe <mac@mcrowe.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/bin/bitbake-diffsigs')
0 files changed, 0 insertions, 0 deletions