mwilensky768 / SSINS

BSD 2-Clause "Simplified" License
6 stars 7 forks source link

Using is against string literals #79

Closed mwilensky768 closed 3 years ago

mwilensky768 commented 4 years ago

There are several comparisons to a string literal using is which can lead to bad things. These should be switched to ==.

no-lex commented 3 years ago

I'd imagine this issue should be closed now that #80 was merged.