qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH for-4.0 v7 13/27] qapi: add a dictionary form fo


From: Markus Armbruster
Subject: Re: [Qemu-devel] [PATCH for-4.0 v7 13/27] qapi: add a dictionary form for TYPE
Date: Tue, 11 Dec 2018 16:18:13 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)

New pylint gripes:

scripts/qapi/common.py:674:0: R0912: Too many branches (13/12) 
(too-many-branches)
scripts/qapi/common.py:764:0: R0912: Too many branches (13/12) 
(too-many-branches)
scripts/qapi/common.py:838:0: R0912: Too many branches (13/12) 
(too-many-branches)

That's check_type(), check_union(), check_alternate().  Let's ignore
these for now.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]