add optional param in the schema. first step

ref #22
This commit is contained in:
gwen 2024-07-06 14:49:54 +02:00 committed by Emmanuel Garette
parent 8550a125a1
commit c125b0d1de

View file

@ -398,6 +398,7 @@ class _VariableCalculation(Calculation):
variable: StrictStr
propertyerror: bool = True
allow_none: bool = False
optional: bool = False
def get_variable(self,
objectspace,