Compare commits
1 commit
21ff3283b9
...
06fcd1cef7
| Author | SHA1 | Date | |
|---|---|---|---|
| 06fcd1cef7 |
2 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue