Re: [PATCH v2 2/6] patman: Fix implicit command inserting

2022-07-05 Thread Simon Glass
On Fri, 1 Jul 2022 at 14:24, Douglas Anderson wrote: > > The logic to insert an implicit command has always been a bit broken > but it was masked by another bug fixed in the patch ("patman: Don't > look at sys.argv when parsing settings"). Specifically, imagine that > you're just calling patman li

[PATCH v2 2/6] patman: Fix implicit command inserting

2022-07-01 Thread Douglas Anderson
The logic to insert an implicit command has always been a bit broken but it was masked by another bug fixed in the patch ("patman: Don't look at sys.argv when parsing settings"). Specifically, imagine that you're just calling patman like this: patman -c1 After the parse_known_args() command the