Skip to content

TrigValSteering: Allow users to set CheckLogStep properties

Rafal Bielski requested to merge rbielski/athena:tvs-checklogstep-init into master

The three properties were being set in configure() and were overriding any user-set values. Change the default to None and only override in configure() if the values are not set by user.

This is needed for !31670 (merged)

cc @tvazquez

Merge request reports