[ovs-dev] [PATCH] Fix flake8 check

Numan Siddique nusiddiq at redhat.com
Fri May 19 05:39:23 UTC 2017


On Fri, May 19, 2017 at 9:39 AM, Terry Wilson <twilson at redhat.com> wrote:

> Stop occluding the previous definition of filename.
>
> Signed-off-by: Terry Wilson <twilson at redhat.com>
>

Acked-by: Numan Siddique <nusiddiq at redhat.com>



> ---
>  Documentation/conf.py | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/Documentation/conf.py b/Documentation/conf.py
> index d70ee6b..62531dd 100644
> --- a/Documentation/conf.py
> +++ b/Documentation/conf.py
> @@ -121,6 +121,6 @@ _man_pages = [
>
>  # Generate list of (path, name, description, [author, ...], section)
>  man_pages = [
> -    ('ref/%s' % filename, filename.split('.', 1)[0],
> -     description, [author], filename.split('.', 1)[1])
> -    for filename, description in _man_pages]
> +    ('ref/%s' % fname, fname.split('.', 1)[0],
> +     description, [author], fname.split('.', 1)[1])
> +    for fname, description in _man_pages]
> --
> 1.8.3.1
>
> _______________________________________________
> dev mailing list
> dev at openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
>


More information about the dev mailing list