pylint-errors

R1706 (consider-using-ternary)

:x: Problematic code:

# to be addded

:heavy_check_mark: Correct code:

# to be added

Rationale:

Used when one of known pre-python 2.5 ternary syntax is used.