-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Labels
Description
Previously this code
{
"keyP" : "A",
"newparam" : ${keyP}[${keyP}]
}
caused newparam to have string value 'A['A']'.
With latest changes of the JsonPreprocessor this changes to newparam having string value 'A'.
Both is wrong. The correct error message would be
TypeError: string indices must be integers