Compare commits

..

1 commit

Author SHA1 Message Date
21ff3283b9 feat: in calculation better debugging 2024-10-25 22:14:28 +02:00
2 changed files with 2 additions and 3 deletions

View file

@ -332,9 +332,8 @@ 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