twice disable support

This commit is contained in:
2021-02-27 17:24:18 +01:00
parent 88f864cd2a
commit 83156863da
56 changed files with 140 additions and 80 deletions

View File

@ -219,7 +219,7 @@ class Common:
"""Populate properties
"""
option_name = child.source.reflector_object.get()
kwargs = (f"'condition': ParamOption({option_name}, todict=True), "
kwargs = (f"'condition': ParamOption({option_name}, todict=True, notraisepropertyerror=True), "
f"'expected': {self.populate_param(child.expected)}")
if child.inverse:
kwargs += ", 'reverse_condition': ParamValue(True)"