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

Ben Pfaff blp at ovn.org
Tue Jan 5 00:33:11 UTC 2016


On Tue, Dec 22, 2015 at 12:17:28PM -0500, Russell Bryant wrote:
> Resolve pep8 error:
> 
>   E501 line too long (80 > 79 characters)
> 
> Signed-off-by: Russell Bryant <russell at ovn.org>

This modifies python/ovs/dirs.py, but that's generated by
dirs.py.template (yes, even in the source directory, sorry about that).
The template uses """ to make it work better with directory names that
contain ".

It might be better to check the template instead of the generated file.



More information about the dev mailing list