diff options
author | Simon Glass <sjg@chromium.org> | 2018-10-01 21:12:34 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2018-10-08 07:34:34 -0600 |
commit | 87b05ee3a918145bcf49af91bce3d5c2024e32f4 (patch) | |
tree | 6a19f0a8b08d917d3d8e3784a90b9bd5f20d9bef /board/toradex/apalis_imx6/Makefile | |
parent | ec9e0f471291233491d1bd213d32bb259821da95 (diff) | |
download | u-boot-87b05ee3a918145bcf49af91bce3d5c2024e32f4.tar.gz u-boot-87b05ee3a918145bcf49af91bce3d5c2024e32f4.tar.xz u-boot-87b05ee3a918145bcf49af91bce3d5c2024e32f4.zip |
test/py: Fix unicode handling for log filtering
At present the unicode filtering seems to get confused at times with
this error:
UnicodeDecodeError: 'ascii' codec can't decode byte 0x80 in position
32: ordinal not in range(128)
It seems to be due to self._nonprint being interpreted as UTF-8. Fix it
by using ordinals instead of characters, changing the string to set.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Stephen Warren <swarren@nvidia.com>
Tested-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'board/toradex/apalis_imx6/Makefile')
0 files changed, 0 insertions, 0 deletions