Loading kodo_sso/util/load_settings.py +3 −2 Original line number Diff line number Diff line Loading @@ -40,7 +40,8 @@ def import_from(context, items): else: context[name] += value else: _type = type(cur) if cur else str if cur: _type = type(cur) value = _type(value) if __debug__: LOGGER.debug("setting %s to %s", name, value) Loading Loading
kodo_sso/util/load_settings.py +3 −2 Original line number Diff line number Diff line Loading @@ -40,7 +40,8 @@ def import_from(context, items): else: context[name] += value else: _type = type(cur) if cur else str if cur: _type = type(cur) value = _type(value) if __debug__: LOGGER.debug("setting %s to %s", name, value) Loading