Skip to content
This repository has been archived by the owner on Feb 22, 2021. It is now read-only.

App-level environment variables are oddly order-specific #66

Open
coderanger opened this issue Oct 31, 2017 · 0 comments
Open

App-level environment variables are oddly order-specific #66

coderanger opened this issue Oct 31, 2017 · 0 comments

Comments

@coderanger
Copy link
Member

From poise/application_python#84

Because of how app_state gets initialized and ||=, setting the environment property after that will have no effect. I should probably work out a better late-binding option for this.

Workaround for now is to just set the environment property very early, before anything uses the app state.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant