Re: [PATCH rtems-tools] check.py: Fix incorrect use of os.linesep

2021-09-14 Thread Chris Johns
OK and thanks Chris On 15/9/21 1:29 am, Ryan Long wrote: > Replaced a couple of calls to os.linesep() with os.linesep because > os.linesep() does not exist. > --- > tester/rt/check.py | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/tester/rt/check.py

[PATCH rtems-tools] check.py: Fix incorrect use of os.linesep

2021-09-14 Thread Ryan Long
Replaced a couple of calls to os.linesep() with os.linesep because os.linesep() does not exist. --- tester/rt/check.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tester/rt/check.py b/tester/rt/check.py index 95fa47e..c01c25d 100755 --- a/tester/rt/check.py +++