Re: [PATCH] sb/execute: Use a decoder that maintains state aross blocks

2022-09-29 Thread Frank Kühndel
Hello Chris, I reviewed this patch and I also tested it in the environment which made problems earlier. The UnicodeDecodeError disappeared. This patch is fine for me. Many tanks for fix this issue. Frank On 9/29/22 12:59, chr...@rtems.org wrote: From: Chris Johns Update #4726 --- source-

[PATCH] sb/execute: Use a decoder that maintains state aross blocks

2022-09-29 Thread chrisj
From: Chris Johns Update #4726 --- source-builder/sb/execute.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source-builder/sb/execute.py b/source-builder/sb/execute.py index 3db9abc..bdab373 100755 --- a/source-builder/sb/execute.py +++ b/source-builder/sb/execute.py @