You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the base_stencil.yml, integration was marked as a required field with an empty dictionary by default. People mostly clone the configuration files from the documentation as it is and the files there are bit outdated. That is meant to be updated with the above-suggested change, and consecutively TypeError will be removed.
Describe the bug
Backend throws a
TypeError
ifintegrations
is left blank inbase.yml
.This is because in
omniport-backend/omniport/omniport/settings/configuration/integrations.py
Line 12 in d1261f6
_CONF.integrations
isNone
and hence not iterable here.To Reproduce
Make
integrations
blank inbase.yml
Expected behavior
There should be a check first, to see if
integrations
isNone
or not, to avoid thisTypeError
Operating System:
Want to take up?
Sure
The text was updated successfully, but these errors were encountered: