When a Boolean environment variable does not exist, the variable value is set to None instead of maintaining the original constant value, which should be wrong.
For example, if LEECH_ENABLED is set to True in ExecVarsSample.py, but the environment variable is not defined, a strange warning will eventually be output: ERROR MainThread tortoolkit.core.varholdern The variable was not found in either the constants, environment or database. Variable is :- LEECH_ENABLED
When a Boolean environment variable does not exist, the variable value is set to None instead of maintaining the original constant value, which should be wrong. For example, if LEECH_ENABLED is set to True in ExecVarsSample.py, but the environment variable is not defined, a strange warning will eventually be output: ERROR MainThread tortoolkit.core.varholdern The variable was not found in either the constants, environment or database. Variable is :- LEECH_ENABLED