Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(!'selector' in mce_conf) does not properly evaluate as this will only ever return a false result even if 'selector' is not present in mce_conf. The not operator '!' needs to be applied to the entire ('selector' in mce_conf) check for it to properly evaluate.
- Loading branch information