We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
La Reunion is inactive but still shown on the angels homepage.
I think the line
if 'exists' and 'active' in heaven:
should be
if heaven.get('exists') and heaven.get('active'):
Right now, the build.py just checks that the key in the YAML file exists and doesn't care if it's true or false.
build.py
The text was updated successfully, but these errors were encountered:
As a workaround, active can be removed from the heaven's source.
active
Sorry, something went wrong.
No branches or pull requests
La Reunion is inactive but still shown on the angels homepage.
I think the line
should be
Right now, the
build.py
just checks that the key in the YAML file exists and doesn't care if it's true or false.The text was updated successfully, but these errors were encountered: