if consistency with multiple option return if transitive

This commit is contained in:
2014-12-01 23:02:55 +01:00
parent 7646071efd
commit 71e69cd0bf
3 changed files with 21 additions and 1 deletions

View File

@ -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,