Skip to content

Dashboards are always created #20

Description

@bethac07

CREATE_DASHBOARD and CLEAN_DASHBOARD have defaults set as 'False', which since that's a string, will cause if CREATE_DASHBOARD etc to always evaluate to True (since strings always evaluate to True). We should either change both defaults from 'False' to False OR do string value checking like if CREATE_DASHBOARD.lower()=='true'. Do you have a preference?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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