Re: [PATCH v5 5/6] patman: fail early in Setup when provided config file does not exist

2022-12-20 Thread Simon Glass
On Mon, 19 Dec 2022 at 22:38, Maxim Cournoyer wrote: > > Rationale: if the user explicitly provide this argument, they probably > intend for it to be used. > > Signed-off-by: Maxim Cournoyer > --- > > (no changes since v1) > > tools/patman/settings.py | 6 +- > 1 file changed, 5

Re: [PATCH v5 5/6] patman: fail early in Setup when provided config file does not exist

2022-12-20 Thread Simon Glass
On Mon, 19 Dec 2022 at 22:38, Maxim Cournoyer wrote: > > Rationale: if the user explicitly provide this argument, they probably > intend for it to be used. > > Signed-off-by: Maxim Cournoyer > --- > > (no changes since v1) > > tools/patman/settings.py | 6 +- > 1 file changed, 5

[PATCH v5 5/6] patman: fail early in Setup when provided config file does not exist

2022-12-19 Thread Maxim Cournoyer
Rationale: if the user explicitly provide this argument, they probably intend for it to be used. Signed-off-by: Maxim Cournoyer --- (no changes since v1) tools/patman/settings.py | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tools/patman/settings.py