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

[pyoutline] Standardize config env vars and paths. #1074

Conversation

bcipriano
Copy link
Collaborator

Link the Issue(s) this Pull Request is related to.
Advances #785

Summarize your change.
Matches config standardization described in #785. This was implemented for PyCue in #972.

Add new ways to define config which will be used by the outline libarary:

  • OUTLINE_CONFIG_FILE can be used to point to a custom config file.
  • ~/.config/opencue/outline.cfg is used as a default path for a custom config (this uses %APPDATA% on Windows).
  • Existing config methods i.e. OL_CONFIG are still supported.

This also adds some unit tests for the outline.config module.

@bcipriano bcipriano changed the title Standardize pyoutline config env vars and paths. [pyoutline] Standardize config env vars and paths. Dec 6, 2021
@bcipriano bcipriano merged commit 6da47ba into AcademySoftwareFoundation:master Feb 27, 2022
@bcipriano bcipriano deleted the pyoutline-standardize-config branch February 27, 2022 22:25
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.

None yet

2 participants