Re: [ovs-dev] [PATCH 1/2] ovs-dev.py: PEP-8ify.

2016-05-18 Thread Joe Stringer
On 18 May 2016 at 05:26, Russell Bryant wrote: > > > On Tue, May 17, 2016 at 11:21 PM, Ben Pfaff wrote: >> >> Do you want to add this script to FLAKE8_PYFILES so that the pep8ness >> doesn't accidentally get broken later? >> >> I didn't read the patches. > > > The changes look fine to me other th

Re: [ovs-dev] [PATCH 1/2] ovs-dev.py: PEP-8ify.

2016-05-18 Thread Russell Bryant
On Tue, May 17, 2016 at 11:21 PM, Ben Pfaff wrote: > Do you want to add this script to FLAKE8_PYFILES so that the pep8ness > doesn't accidentally get broken later? > > I didn't read the patches. The changes look fine to me other than the issue you pointed out. -- Russell Bryant __

Re: [ovs-dev] [PATCH 1/2] ovs-dev.py: PEP-8ify.

2016-05-17 Thread Ben Pfaff
Do you want to add this script to FLAKE8_PYFILES so that the pep8ness doesn't accidentally get broken later? I didn't read the patches. ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] [PATCH 1/2] ovs-dev.py: PEP-8ify.

2016-05-16 Thread Joe Stringer
Signed-off-by: Joe Stringer --- utilities/ovs-dev.py | 54 +++- 1 file changed, 28 insertions(+), 26 deletions(-) diff --git a/utilities/ovs-dev.py b/utilities/ovs-dev.py index 524f574ff092..0ba4280a8ddf 100755 --- a/utilities/ovs-dev.py +++ b/util