athena.py: remove support of default job options
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