Re: [rtems-tools PATCH 1/2] rtemstoolkit: Fix decoding unicode strings in output

2024-04-19 Thread Joel Sherrill
Please apply both. I think this was the only bad issue with rc2 on CentOS 7 or 8. On Thu, Apr 18, 2024 at 10:09 PM wrote: > From: Chris Johns > > --- > rtemstoolkit/execute.py | 12 ++-- > 1 file changed, 10 insertions(+), 2 deletions(-) > > diff --git a/rtemstoolkit/execute.py b/rtems

[rtems-tools PATCH 1/2] rtemstoolkit: Fix decoding unicode strings in output

2024-04-18 Thread chrisj
From: Chris Johns --- rtemstoolkit/execute.py | 12 ++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/rtemstoolkit/execute.py b/rtemstoolkit/execute.py index 31d3a8a..c7d8134 100755 --- a/rtemstoolkit/execute.py +++ b/rtemstoolkit/execute.py @@ -37,6 +37,7 @@ from __fu