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

_options/optionbool.py: Refactor conditions



The pylint tool prefers that conditions of the form "var == foo or var == bar"
be refactored into "var in (foo, bar)".

Signed-off-by: default avatarDaniel Silverstone <daniel.silverstone@codethink.co.uk>
parent ff42b4fa
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