Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds environment variable support #50

Merged
merged 4 commits into from Oct 30, 2017
Merged

Conversation

jrbourbeau
Copy link
Member

Reference Issue

Fixes #46

What does this pull request implement/fix? Explain your changes.

Adds support for setting the submit, error, output, and log directories for Job and Dagman objects via environment variables. For example,

PYCONDOR_SUBMIT_DIR=/path/to/submit
PYCONDOR_LOG_DIR=/path/to/log
PYCONDOR_OUT_DIR=/path/to/out
PYCONDOR_ERROR_DIR=/path/to/error

@jrbourbeau jrbourbeau merged commit 40f2260 into master Oct 30, 2017
@jrbourbeau jrbourbeau deleted the add_dir_env_variables branch October 30, 2017 18:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add environment variables for submit, log, out, and error directories
1 participant