Re: [ovs-dev] [PATCH] ovs-bugtool: Fix flake8 errors.

2016-06-10 Thread Russell Bryant
On Fri, Jun 10, 2016 at 8:20 AM, Aaron Conole wrote: > Russell Bryant writes: > > > On Thu, Jun 9, 2016 at 4:55 PM, Ben Pfaff wrote: > > > >> On Thu, Jun 09, 2016 at 09:22:10PM +0100, Russell Bryant wrote: > >> > A previous commit added this file to be checked by flake8, but the > file > >> > f

Re: [ovs-dev] [PATCH] ovs-bugtool: Fix flake8 errors.

2016-06-10 Thread Aaron Conole
Russell Bryant writes: > On Thu, Jun 9, 2016 at 4:55 PM, Ben Pfaff wrote: > >> On Thu, Jun 09, 2016 at 09:22:10PM +0100, Russell Bryant wrote: >> > A previous commit added this file to be checked by flake8, but the file >> > failed a number of checks done by the 'hacking' flake8 plugin. >> > >>

Re: [ovs-dev] [PATCH] ovs-bugtool: Fix flake8 errors.

2016-06-09 Thread Russell Bryant
On Thu, Jun 9, 2016 at 4:55 PM, Ben Pfaff wrote: > On Thu, Jun 09, 2016 at 09:22:10PM +0100, Russell Bryant wrote: > > A previous commit added this file to be checked by flake8, but the file > > failed a number of checks done by the 'hacking' flake8 plugin. > > > > Fixes: b00bdc728e7a ("automake:

Re: [ovs-dev] [PATCH] ovs-bugtool: Fix flake8 errors.

2016-06-09 Thread Ben Pfaff
On Thu, Jun 09, 2016 at 09:22:10PM +0100, Russell Bryant wrote: > A previous commit added this file to be checked by flake8, but the file > failed a number of checks done by the 'hacking' flake8 plugin. > > Fixes: b00bdc728e7a ("automake: Add ovs-bugtool.in to flake8-check.") > Signed-off-by: Russ

Re: [ovs-dev] [PATCH] ovs-bugtool: Fix flake8 errors.

2016-06-09 Thread Russell Bryant
On Thu, Jun 9, 2016 at 4:35 PM, Kyle Mestery wrote: > On Thu, Jun 9, 2016 at 3:22 PM, Russell Bryant wrote: > > A previous commit added this file to be checked by flake8, but the file > > failed a number of checks done by the 'hacking' flake8 plugin. > > > > Fixes: b00bdc728e7a ("automake: Add o

Re: [ovs-dev] [PATCH] ovs-bugtool: Fix flake8 errors.

2016-06-09 Thread Guru Shetty
On 9 June 2016 at 13:22, Russell Bryant wrote: > A previous commit added this file to be checked by flake8, but the file > failed a number of checks done by the 'hacking' flake8 plugin. > > Fixes: b00bdc728e7a ("automake: Add ovs-bugtool.in to flake8-check.") > Signed-off-by: Russell Bryant >

Re: [ovs-dev] [PATCH] ovs-bugtool: Fix flake8 errors.

2016-06-09 Thread Kyle Mestery
On Thu, Jun 9, 2016 at 3:22 PM, Russell Bryant wrote: > A previous commit added this file to be checked by flake8, but the file > failed a number of checks done by the 'hacking' flake8 plugin. > > Fixes: b00bdc728e7a ("automake: Add ovs-bugtool.in to flake8-check.") > Signed-off-by: Russell Bryant