On Wed, 10 Jul 2019 at 16:51, Simon Glass <[email protected]> wrote: > > 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 <[email protected]> > --- > > Changes in v2: > - Update to use bytes instead of bytearray > > tools/patman/cros_subprocess.py | 47 +++++++++++++++++++-------------- > tools/patman/gitutil.py | 2 ++ > 2 files changed, 29 insertions(+), 20 deletions(-)
Applied to u-boot-dm. _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

