Re: [PATCH] bsp-builder: Fix mailer options exception

2021-09-20 Thread Chris Johns
Hi Alex, I prefer Python’s argparse and prefer we move the other way. The options handling originally came from the RSB and has lots of issues. I regret it. Sorry about this. Chris > On 21 Sep 2021, at 2:08 am, Alex White wrote: > > This changes the object holding the command line argumen

[PATCH] bsp-builder: Fix mailer options exception

2021-09-20 Thread Alex White
This changes the object holding the command line arguments from an argparse.Namespace to an rtemstoolkit.options.command_line. This matches the type expected by rtemstoolkit.mailer.mail.__init__ and is the type used in tester/rt/test.py and run.py. --- tester/rt/check.py | 151