You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 22, 2021. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
From poise/application_python#84
Because of how
app_state
gets initialized and||=
, setting theenvironment
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.The text was updated successfully, but these errors were encountered: