Skip to content

TypeError when no integrations are specified in base.yml #116

@nisarg73

Description

@nisarg73

Describe the bug
Backend throws a TypeError if integrations is left blank in base.yml.

This is because in

_CONF.integrations is None and hence not iterable here.

To Reproduce
Make integrations blank in base.yml

Expected behavior
There should be a check first, to see if integrations is None or not, to avoid this TypeError

Operating System:

  • OS: Linux
  • Browser: Firefox

Want to take up?
Sure

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