displaycal-py3 icon indicating copy to clipboard operation
displaycal-py3 copied to clipboard

Bug in Source Profile selection in Advanced Gamut Options dialog

Open eoyilmaz opened this issue 10 months ago • 0 comments

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 avatar Mar 28 '24 10:03 eoyilmaz