Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Call lower() function instead of referencing it.
Without the parentheses, it ends up being a reference to the function itself. That never matches the condition, and nothing in the exclude list is ever excluded.
- Loading branch information