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

2017-01-13 Thread Markus Armbruster
Marc-André Lureau writes: > Hi > > - Original Message - >> Marc-André Lureau 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

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

2017-01-13 Thread Marc-André Lureau
Hi - Original Message - > Marc-André Lureau 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 > > > > S

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

2017-01-13 Thread Markus Armbruster
Marc-André Lureau 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 > > Signed-off-by: Marc-André Lureau I'm dropping th

[Qemu-devel] [PATCH v8 12/21] qapi.py: fix line break before binary operator pep8

2017-01-13 Thread Marc-André Lureau
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 Signed-off-by: Marc-André Lureau --- scripts/qapi.py | 4 ++-- 1 file changed, 2 inser