Marc-André Lureau <[email protected]> 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.
