Skip to content
New issue

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

Bug in Source Profile selection in Advanced Gamut Options dialog #345

Closed
eoyilmaz opened this issue Mar 28, 2024 · 1 comment · Fixed by #428
Closed

Bug in Source Profile selection in Advanced Gamut Options dialog #345

eoyilmaz opened this issue Mar 28, 2024 · 1 comment · Fixed by #428

Comments

@eoyilmaz
Copy link
Owner

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                       │
└──────────────────────────────────────────────────────────────────────────────┘
@eoyilmaz
Copy link
Owner Author

This is still occuring in DisplayCAL 3.9.14.dev and Python 3.13.

@eoyilmaz eoyilmaz linked a pull request Oct 15, 2024 that will close this issue
eoyilmaz added a commit that referenced this issue Oct 15, 2024
…tion-in-advanced-gamut-options-dialog

[#345] Fixed #345.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant