Re: [rtems-tools PATCH] rtemstoolkit: Fix conditions using "is" with literals

2022-08-11 Thread Chris Johns
OK and thanks Chris On 12/8/2022 5:26 am, Ryan Long wrote: > Fix warnings that come from python 3.8 about using the "is" operator with > string literals. > > Closes #4700 > --- > rtemstoolkit/config.py | 2 +- > rtemstoolkit/macros.py | 58 > +-

[rtems-tools PATCH] rtemstoolkit: Fix conditions using "is" with literals

2022-08-11 Thread Ryan Long
Fix warnings that come from python 3.8 about using the "is" operator with string literals. Closes #4700 --- rtemstoolkit/config.py | 2 +- rtemstoolkit/macros.py | 58 +- 2 files changed, 30 insertions(+), 30 deletions(-) diff --git