Adding options for setting environment variables used by Condor
Previously all Condor submit files used the (unsafe) getenv = True
option. This commit keeps that as the default behavior (for now), but
allows the user to pass arbitrary values to getenv
, as well as the
complimentary environment
option.