[ovs-dev] [PATCH] python: Enable flake8 checking of ovs-pipegen.py.

2018-03-14 Thread Russell Bryant
Signed-off-by: Russell Bryant --- utilities/automake.mk| 3 ++- utilities/ovs-pipegen.py | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/utilities/automake.mk b/utilities/automake.mk index 1636cb93e..60cf1c5ed 100644 --- a/utilities/automake.mk +++ b/utilities/autom

Re: [ovs-dev] [PATCH] python: Enable flake8 checking of ovs-pipegen.py.

2018-03-14 Thread Ben Pfaff
On Wed, Mar 14, 2018 at 11:07:44AM -0400, Russell Bryant wrote: > Signed-off-by: Russell Bryant flake8-check passes for me, with this change. Acked-by: Ben Pfaff ___ dev mailing list d...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/o

Re: [ovs-dev] [PATCH] python: Enable flake8 checking of ovs-pipegen.py.

2018-03-14 Thread Russell Bryant
On Wed, Mar 14, 2018 at 3:48 PM, Ben Pfaff wrote: > On Wed, Mar 14, 2018 at 11:07:44AM -0400, Russell Bryant wrote: > > Signed-off-by: Russell Bryant > > flake8-check passes for me, with this change. > > Acked-by: Ben Pfaff > ​Thanks! applied to master. -- Russell Bryant ___