Skip to content

Add protection in _updateValidator

Carlos Falcon requested to merge github/fork/cmft/fix_tle_updateValidator into develop

TaurusValueLineEdit._updateValidator method raises an AttributeError when it is call with a None argument.

Fix it, checking that the given argument is not None.

Merge request reports