OSGeo / grass-addons

GRASS GIS Addons Repository
https://grass.osgeo.org/grass-stable/manuals/addons/
GNU General Public License v2.0
98 stars 148 forks source link

style: use `is True` instead of `== True` #1101

Closed pesekon2 closed 2 months ago

pesekon2 commented 2 months ago

== True (or == False) is not a boolean operator and can lead to wrong results