Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
quick fix, setCfgMapping getattr check to hasattr
with getattr(cfg, k, None) unexpected behavior when value to map is equivalent to False (0, None, False, empty object)
- Loading branch information