consistency is now check not_equal if one option has PropertiesOptionError

This commit is contained in:
2016-10-12 21:58:37 +02:00
parent 0eff0cd989
commit c31590c2ac
4 changed files with 39 additions and 3 deletions

View File

@ -419,7 +419,7 @@ class Option(OnlyOption):
if transitive:
return opt_value
else:
return
opt_value = None
else:
return opt_value
elif index is None: