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

Russell Bryant russell at ovn.org
Tue Jan 5 19:14:41 UTC 2016


On 01/04/2016 07:33 PM, Ben Pfaff wrote:
> 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.
> 

Oops.  I'll fix this up here and in the rest of the series.  Thanks!

-- 
Russell Bryant



More information about the dev mailing list