Re: [ovs-dev] [PATCH] python: ignore warnings from flake8 version 2.0

2016-01-08 Thread Russell Bryant
On 01/08/2016 01:19 PM, Lance Richardson wrote: > Ignore warnings emitted by flake8 version 2.0 (this is the version > currently provided in the CentOS/RHEL 7 EPEL repository). > > Signed-off-by: Lance Richardson Thanks for the fix! I applied this patch to master. Since this was your first con

[ovs-dev] [PATCH] python: ignore warnings from flake8 version 2.0

2016-01-08 Thread Lance Richardson
Ignore warnings emitted by flake8 version 2.0 (this is the version currently provided in the CentOS/RHEL 7 EPEL repository). Signed-off-by: Lance Richardson --- Makefile.am | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index ef921ee..2537532 10