activate with disabled variable

This commit is contained in:
2021-02-27 18:07:03 +01:00
parent 83156863da
commit f4538004c7
29 changed files with 107 additions and 23 deletions

View File

@ -250,6 +250,7 @@ class ConditionAnnotator(TargetAnnotator, ParamAnnotator, Walk):
param3.name = f'condition_{fill.index}'
param3.type = 'variable'
param3.text = condition.source.path
param3.propertyerror = False
fill.param.append(param3)
param4 = self.objectspace.param(target.xmlfiles)
param4.name = f'expected_{fill.index}'