Re: [PATCH v3 2/5] patman: Don't look at sys.argv when parsing settings

2022-07-17 Thread Simon Glass
If you call the parser and tell it to parse but don't pass arguments in then it will default to looking at sys.argv. This isn't really what was intended and seems to have some side effects. Let's not do it. NOTE: to see some of the side effects, note that this patch breaks "patman -c1" if you don'

[PATCH v3 2/5] patman: Don't look at sys.argv when parsing settings

2022-07-07 Thread Douglas Anderson
If you call the parser and tell it to parse but don't pass arguments in then it will default to looking at sys.argv. This isn't really what was intended and seems to have some side effects. Let's not do it. NOTE: to see some of the side effects, note that this patch breaks "patman -c1" if you don'