Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Unless I'm mistaken, there is no way that `value` can be an instance of ConfigList or ConfigTree. `ConfigList` is a subclass of `list`, `ConfigTree` is a subclass of `OrderedDict`. There are no assignments to `os.environ`, nor can these types be assigned to `os.environ` anyway. See http://stackoverflow.com/questions/39949587/can-python-os-environ-get-ever-return-a-non-string for a discussion.
- Loading branch information