Skip to content

athena.py: remove support of default job options

Frank Winklmeier requested to merge fwinkl/athena:fwinkl_20221219T114636 into master

If not provided explicitly, athena.py was using the default job options "jobOptions.py". If we still rely on this "feature" somewhere we should fix this.

Also change the check of the leak checker from !=False to a simple boolean evaluation that also covers None as a valid value.

P.S.: For those who wonder, I am working on an alternative argparse-based command line parser for athena. So I am cleaning up the old parser first to not have to re-implement some of the more questionable features.

Edited by Frank Winklmeier

Merge request reports