"Ambient light level adjustment" error message
ostrich opened this issue · 0 comments
ostrich commented
OS: Arch Linux
DisplayCAL version: 3.9.12
Device: Datacolor Spyder X
On the Calibration
screen, when I use the Measure ambient
function next to Ambient light level adjustment
, I get the following error after the adjustment runs. It seems to be non-fatal, since the adjustment value still populates in the input box.
'<=' not supported between instances of 'int' and 'NoneType'
Traceback (most recent call last):
File "/usr/lib/python3.12/site-packages/wx/core.py", line 3427, in <lambda>
lambda event: event.callable(*event.args, **event.kw) )
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/site-packages/DisplayCAL/display_cal.py", line 6843, in ambient_measure_consumer
if not set_whitepoint and 4000 <= K <= 25000:
^^^^^^^^^^^^^^^^^^
TypeError: '<=' not supported between instances of 'int' and 'NoneType'