We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
From the Profiling -> Profiling Type -> Advanced... opens the Advanced Gamut Options dialog.
When an item is selected from the "Source profile" combo box the following error message is thrown:
NoneType: None ┌──────────────────────────────────────────────────────────────────────────────┐ │ Traceback (most recent call last): │ │ File │ │ "/Users/eoyilmaz/Documents/development/displaycal-py3/DisplayCAL/wxwindows.py", │ │ line 3233, in OnChanged │ │ self.changeCallback(evt) │ │ File │ │ "/Users/eoyilmaz/Documents/development/displaycal-py3/DisplayCAL/display_cal.py", │ │ line 1512, in gamap_profile_handler │ │ src_viewcond in [None].extend(self.viewconds_out_nondisplay) │ │ TypeError: argument of type 'NoneType' is not iterable │ └──────────────────────────────────────────────────────────────────────────────┘
The text was updated successfully, but these errors were encountered:
This is still occuring in DisplayCAL 3.9.14.dev and Python 3.13.
Sorry, something went wrong.
a1caceb
Merge pull request #428 from eoyilmaz/345-bug-in-source-profile-selec…
8903be9
…tion-in-advanced-gamut-options-dialog [#345] Fixed #345.
Successfully merging a pull request may close this issue.
From the Profiling -> Profiling Type -> Advanced... opens the Advanced Gamut Options dialog.
When an item is selected from the "Source profile" combo box the following error message is thrown:
The text was updated successfully, but these errors were encountered: