pesekon2 / grass

GRASS GIS - free and open source Geographic Information System (GIS)
https://grass.osgeo.org
Other
0 stars 0 forks source link

Get rid of wrong bool conditions #35

Closed pesekon2 closed 5 months ago

pesekon2 commented 6 months ago
ag "if.* == False.*:"
utils/gitlog2changelog.py
91:    elif authorFound & dateFound & messageFound == False:

gui/wxpython/location_wizard/wizard.py
2523:                # if self.altdb == False:

python/grass/docs/src/temporal_framework.rst
293:    if strds.is_in_db(dbif=dbif) == False:
402:    if stds.is_in_db(dbif) == False: