Re: [PATCH v4 03/13] qapi/parser: fix unused check_args_section arguments

2021-10-01 Thread John Snow
On Fri, Oct 1, 2021 at 10:11 AM Markus Armbruster wrote: > John Snow writes: > > > Pylint informs us we're not using these arguments. Oops, it's > > right. Correct the error message and remove the remaining unused > > parameter. > > > > Fix test output now that the error message is improved. > >

Re: [PATCH v4 03/13] qapi/parser: fix unused check_args_section arguments

2021-10-01 Thread Markus Armbruster
John Snow writes: > Pylint informs us we're not using these arguments. Oops, it's > right. Correct the error message and remove the remaining unused > parameter. > > Fix test output now that the error message is improved. > Fixes: e151941d1b > > Signed-off-by: John Snow In v3, the blank line wa

[PATCH v4 03/13] qapi/parser: fix unused check_args_section arguments

2021-09-30 Thread John Snow
Pylint informs us we're not using these arguments. Oops, it's right. Correct the error message and remove the remaining unused parameter. Fix test output now that the error message is improved. Fixes: e151941d1b Signed-off-by: John Snow --- scripts/qapi/parser.py| 16 +--