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

Inactive heavens are not properly filtered #18

Open
Ingo-FP-Angel opened this issue Apr 3, 2023 · 1 comment
Open

Inactive heavens are not properly filtered #18

Ingo-FP-Angel opened this issue Apr 3, 2023 · 1 comment

Comments

@Ingo-FP-Angel
Copy link
Member

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.

@StefanBrand
Copy link
Contributor

As a workaround, active can be removed from the heaven's source.

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

No branches or pull requests

2 participants