if consistency with multiple option return if transitive
This commit is contained in:
@ -469,7 +469,7 @@ class Option(OnlyOption):
|
||||
if transitive:
|
||||
raise err
|
||||
else:
|
||||
pass
|
||||
return
|
||||
getattr(self, func)(all_cons_opts, all_cons_vals, warnings_only)
|
||||
|
||||
def impl_validate(self, value, context=undefined, validate=True,
|
||||
|
Reference in New Issue
Block a user