commit | 390455cec60df1f82b00d828fe30e868ea592df7 | [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 | 526082f505a75030ff89f0c7fadee4b5edbabc27 [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>