Removed impossible error condition
This commit is contained in:
parent
6c5c33be12
commit
ee7de07ee4
|
|
@ -458,10 +458,6 @@ class OutputOptions(object):
|
||||||
raise KiPlotConfigurationError("Output options not implemented for "+otype)
|
raise KiPlotConfigurationError("Output options not implemented for "+otype)
|
||||||
|
|
||||||
def validate(self):
|
def validate(self):
|
||||||
|
|
||||||
if self.type_options is None and self.type != self.IBOM:
|
|
||||||
return ["No type specific options found"]
|
|
||||||
|
|
||||||
return self.type_options.validate()
|
return self.type_options.validate()
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue