qapi/parser: fix unused check_args_section arguments
authorJohn Snow <jsnow@redhat.com>
Thu, 30 Sep 2021 20:57:06 +0000 (16:57 -0400)
committerMarkus Armbruster <armbru@redhat.com>
Sat, 2 Oct 2021 05:33:41 +0000 (07:33 +0200)
commit012336a152641b264a65176a388a7fb0118e1781
tree77cb6585c94d64ab306c142f59ca39f565976be6
parent2adb988ed4ca31813d237c475a6a327ef16c5432
qapi/parser: fix unused check_args_section arguments

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 <jsnow@redhat.com>
Message-Id: <20210930205716.1148693-4-jsnow@redhat.com>
[Commit message formatting tweaked]
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
scripts/qapi/parser.py
tests/qapi-schema/doc-bad-feature.err