Closed mwilensky768 closed 3 years ago
There are several comparisons to a string literal using is which can lead to bad things. These should be switched to ==.
is
==
I'd imagine this issue should be closed now that #80 was merged.
There are several comparisons to a string literal using
is
which can lead to bad things. These should be switched to==
.