commit | b1793a531e5934ea5453b7e24495e2fcddd9c493 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat May 11 12:46:39 2019 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Jul 10 16:52:43 2019 -0600 |
tree | ec7dcc4d8e6e8ad74aaebce9880b19b230ecef95 | |
parent | ef8b7e045ec744dce385cac4b1438c9be6e2bbc8 [diff] |
patman: Update cros_subprocess to use bytes At present this function uses lists and strings. This does not work so well with Python 3, and testing against '' does not work for a bytearray. Update the code to fix these issues. Signed-off-by: Simon Glass <sjg@chromium.org>