Re: [PATCH] tools: Fix patman launcher script.

2023-09-23 Thread Simon Glass
On Thu, 31 Aug 2023 at 23:05, Maxim Cournoyer wrote: > > There is no "run_patman" procedure in patman's __main__.py file, which > would cause the following error at execution: > > "AttributeError: module 'patman.__main__' has no attribute 'run_patman'" > > Signed-off-by: Maxim Cournoyer > --- >

Re: [PATCH] tools: Fix patman launcher script.

2023-09-01 Thread Simon Glass
On Thu, 31 Aug 2023 at 23:05, Maxim Cournoyer wrote: > > There is no "run_patman" procedure in patman's __main__.py file, which > would cause the following error at execution: > > "AttributeError: module 'patman.__main__' has no attribute 'run_patman'" > > Signed-off-by: Maxim Cournoyer > --- >

[PATCH] tools: Fix patman launcher script.

2023-08-31 Thread Maxim Cournoyer
There is no "run_patman" procedure in patman's __main__.py file, which would cause the following error at execution: "AttributeError: module 'patman.__main__' has no attribute 'run_patman'" Signed-off-by: Maxim Cournoyer --- tools/patman/pyproject.toml | 2 +- 1 file changed, 1 insertion(+),