File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 5858Undefined deep and down in traits/ui/wx/list_editor.py it checks for
5959the len() of the elements of the list. The _Undefined class in traits
6060does not define the __len__ method and would error. I tried defining
61- our own Undefined and even sublassing Undefined, but both of those
61+ our own Undefined and even subclassing Undefined, but both of those
6262failed with a TraitError in our initializer when we assign the
6363Undefined to the inputs because of an incompatible type:
6464
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ class HistogramMatchingFilterInputSpec(CommandLineInputSpec):
5353 )
5454 histogramAlgorithm = traits .Enum (
5555 "OtsuHistogramMatching" ,
56- desc = " histogram algrithm selection" ,
56+ desc = " histogram algorithm selection" ,
5757 argstr = "--histogramAlgorithm %s" ,
5858 )
5959 verbose = traits .Bool (
You can’t perform that action at this time.
0 commit comments