Re: [ovs-dev] [PATCH v2 0/3] flake8 fixes

2019-01-11 Thread Ben Pfaff
On Fri, Jan 11, 2019 at 03:48:44PM +0530, Numan Siddique wrote: > On Fri, Jan 11, 2019 at 4:54 AM Ben Pfaff wrote: > > > This is needed to make OVS work with flake8 3.6. > > > > > Tested all the patches in this series on fedora 29 with flake8 3.7 and it > fixes all > the flake8 issues. > > Ack f

Re: [ovs-dev] [PATCH v2 0/3] flake8 fixes

2019-01-11 Thread Numan Siddique
On Fri, Jan 11, 2019 at 4:54 AM Ben Pfaff wrote: > This is needed to make OVS work with flake8 3.6. > > Tested all the patches in this series on fedora 29 with flake8 3.7 and it fixes all the flake8 issues. Ack for the whole series. Acked-by: Numan Siddique Tested-by: Numan Siddique Thanks N

[ovs-dev] [PATCH v2 0/3] flake8 fixes

2019-01-10 Thread Ben Pfaff
This is needed to make OVS work with flake8 3.6. v1->v2: - Added a few more fixes to patch 1. - Patch 3 is new. Ben Pfaff (3): python: Fix invalid escape sequences. python: Disable flake8 warning W504 "line break after binary operator". python: Avoid flake8 warning for unused vari