Skip to content
Commit ba563c13 authored by Daniel Silverstone's avatar Daniel Silverstone
Browse files

_variables.py: Fix lint issue in `find_recursive_variable`



The python `for`/`else` construct only makes sense if the `for` loop body
has a `break` statement.  Otherwise the use of `else` causes pylint
to raise an error.

Signed-off-by: default avatarDaniel Silverstone <daniel.silverstone@codethink.co.uk>
parent 29ac3116
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment