Skip to content

Inactive heavens are not properly filtered #18

@Ingo-FP-Angel

Description

@Ingo-FP-Angel

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions