Re: [ovs-dev] [PATCH v3 1/1] python: Restrict line length to 79 chars.

2016-01-05 Thread Russell Bryant
On 01/05/2016 07:35 PM, Ben Pfaff wrote: > On Tue, Jan 05, 2016 at 06:27:19PM -0500, Russell Bryant wrote: >> Resolve pep8 error: >> >> E501 line too long (80 > 79 characters) >> >> Signed-off-by: Russell Bryant > > Acked-by: Ben Pfaff > Thanks, I pushed this to master. -- Russell Bryant _

Re: [ovs-dev] [PATCH v3 1/1] python: Restrict line length to 79 chars.

2016-01-05 Thread Ben Pfaff
On Tue, Jan 05, 2016 at 06:27:19PM -0500, Russell Bryant wrote: > Resolve pep8 error: > > E501 line too long (80 > 79 characters) > > Signed-off-by: Russell Bryant Acked-by: Ben Pfaff ___ dev mailing list dev@openvswitch.org http://openvswitch.org/

[ovs-dev] [PATCH v3 1/1] python: Restrict line length to 79 chars.

2016-01-05 Thread Russell Bryant
Resolve pep8 error: E501 line too long (80 > 79 characters) Signed-off-by: Russell Bryant --- Makefile.am | 3 +-- python/build/nroff.py | 15 ++- python/ovs/db/idl.py | 6