Skip to content

AthenaCommon: Fix logic error in printout.

Scott Snyder requested to merge ssnyder/athena:seq.AthenaCommon-20210214 into master

For a mutable sequence, we were always printing the default value. Change to always print the current value.

Fixes test failues in AthExJobOptions.

Merge request reports