fix systemd bug
Change-Id: I8a3f1eddba9525589757d4612a5060267ea0c5db
This commit is contained in:
parent
5a19103d0e
commit
e02c9b1378
@ -169,11 +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(
|
||||||
<<<<<<< HEAD
|
|
||||||
'optional hint about affected parameters', ArrayOf(StringType()),
|
'optional hint about affected parameters', ArrayOf(StringType()),
|
||||||
=======
|
|
||||||
'optional hint about effected parameters', ArrayOf(StringType()),
|
|
||||||
>>>>>>> update 2023-05-30 from gitmlz
|
|
||||||
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user