Compare commits

..

1 commit

Author SHA1 Message Date
06fcd1cef7 feat: in calculation better debugging 2024-10-27 12:15:17 +01:00
2 changed files with 3 additions and 2 deletions

View file

@ -332,8 +332,9 @@ class JinjaCalculation(Calculation):
default["params"][true_path] = {
"type": "variable",
"variable": sub_variable,
"propertyerror": False,
}
if self.version != '1.0':
default["params"][true_path]["propertyerror"] = False
if identifier:
default["params"][true_path]["identifier"] = identifier
return default