Typo in influences description
Change-Id: If834790c2d269a5c988703da2fcc1764202b5021 Reviewed-on: https://forge.frm2.tum.de/review/c/secop/frappy/+/31269 Tested-by: Jenkins Automated Tests <pedersen+jenkins@frm2.tum.de> Reviewed-by: Alexander Zaft <a.zaft@fz-juelich.de>
This commit is contained in:
@ -169,7 +169,7 @@ class Parameter(Accessible):
|
|||||||
OrType(FloatRange(0), EnumType(always=0, never=999999999, default=-1)),
|
OrType(FloatRange(0), EnumType(always=0, never=999999999, default=-1)),
|
||||||
export=False, default=-1)
|
export=False, default=-1)
|
||||||
influences = Property(
|
influences = Property(
|
||||||
'optional hint about effected parameters', ArrayOf(StringType()),
|
'optional hint about affected parameters', ArrayOf(StringType()),
|
||||||
extname='influences', export=True, mandatory=False, default=[])
|
extname='influences', export=True, mandatory=False, default=[])
|
||||||
|
|
||||||
# used on the instance copy only
|
# used on the instance copy only
|
||||||
@ -367,7 +367,7 @@ class Command(Accessible):
|
|||||||
'datatype of the result from the command, or None', NoneOr(DataTypeType()),
|
'datatype of the result from the command, or None', NoneOr(DataTypeType()),
|
||||||
export=False, mandatory=True)
|
export=False, mandatory=True)
|
||||||
influences = Property(
|
influences = Property(
|
||||||
'optional hint about effected parameters', ArrayOf(StringType()),
|
'optional hint about affected parameters', ArrayOf(StringType()),
|
||||||
extname='influences', export=True, mandatory=False, default=[])
|
extname='influences', export=True, mandatory=False, default=[])
|
||||||
|
|
||||||
func = None
|
func = None
|
||||||
|
Reference in New Issue
Block a user