Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BUG: Compare strings for equality, not identity.
Strings in Python are usually interned (https://en.wikipedia.org/wiki/String_interning) but not always, so comparing identity can fail.
- Loading branch information