Commit 36b2f19
authored
Fix resolve intrinsic function use in first parameter (#336)
**Why?**
A bug prevented the use of the `resolve:` intrinsic
function on the first parameter in in the first parameter file.
**What?**
The parameters were initialized as an empty dictionary.
While reading a file that does not exist would return a predefined
object instead. The fix uses the later instead of an empty dictionary.1 parent 3aa1d4b commit 36b2f19
File tree
1 file changed
+1
-1
lines changed1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
0 commit comments