-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Description
In the following JSON code a closing curly bracket is missing (and the referenced parameter does not exist also).
"param2" : "${IAMNOTEXISTING",
This causes the following error message:
'list index out of range'
Why this? A list is not involved.
Expected is an error message telling about a missing closing bracket.
Metadata
Metadata
Labels
Projects
Status
Done