qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v7 12/21] qapi.py: fix line break before binary


From: Markus Armbruster
Subject: Re: [Qemu-devel] [PATCH v7 12/21] qapi.py: fix line break before binary operator pep8
Date: Tue, 10 Jan 2017 13:23:25 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)

Marc-André Lureau <address@hidden> writes:

> Python code style accepts both form, but pep8 complains. Better to clean
> up the single warning for now, so new errors stand out more easily.
>
> Fix scripts/qapi.py:1539:21: W503 line break before binary operator

PEP 8 permits both, but prefers line break before binary operator.
Thus, this warning is clearly bogus.  What version of pep8 do you use?
Mine doesn't warn.



reply via email to

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