BoldingBruggeman / pyncview

PyNcView is a cross-platform NetCDF viewer written in Python. It provides an easy-to-use graphical user interface to the creation of animations and publication-quality figures.
GNU General Public License v2.0
18 stars 1 forks source link

Error with NoneType opening Options menu #13

Open Audiophil15 opened 4 months ago

Audiophil15 commented 4 months ago

Clicking on Edit > Options... gives :

  File "/[venv path]/lib/python3.12/site-packages/pyncview/pyncview.py", line 1030, in onEditOptions
    cb.setChecked(self.settings['MaskValuesOutsideRange'].getValue(usedefault=True))
TypeError: setChecked(self, a0: bool): argument 1 has unexpected type 'NoneType'