athena: fix skipEvents command line option
--skipEvents
was setting AthenaCommonFlags.EvtMax
instead of
SkipEvents
. This bug was introduced when rewriting the command line
parser (!59440 (merged)) about 7 months ago.
This bug was present in all releases since 23.0.14 but only affects legacy athena.py
, i.e. athena.py --CA
was not affected.
Thanks to @sshaw for reporting this.
Edited by Frank Winklmeier