Compare commits
1 commit
06fcd1cef7
...
21ff3283b9
| Author | SHA1 | Date | |
|---|---|---|---|
| 21ff3283b9 |
2 changed files with 2 additions and 3 deletions
|
|
@ -332,9 +332,8 @@ class JinjaCalculation(Calculation):
|
||||||
default["params"][true_path] = {
|
default["params"][true_path] = {
|
||||||
"type": "variable",
|
"type": "variable",
|
||||||
"variable": sub_variable,
|
"variable": sub_variable,
|
||||||
|
"propertyerror": False,
|
||||||
}
|
}
|
||||||
if self.version != '1.0':
|
|
||||||
default["params"][true_path]["propertyerror"] = False
|
|
||||||
if identifier:
|
if identifier:
|
||||||
default["params"][true_path]["identifier"] = identifier
|
default["params"][true_path]["identifier"] = identifier
|
||||||
return default
|
return default
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue