-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Labels
Milestone
Description
In opposite to the already fixed standard configuration files it is not possible to use single quotes inside a local configuration file.
Example:
${params}['global']['teststring'] : "I am the 'local' configuration"
Causes:
ERROR - Loading local config failed! Reason: Could not set variable 'params['global']['teststring']' with value 'I am the 'local' configuration'!
UNKNOWN - Unknown exception occurs. Details: Could not set variable 'params['global']['teststring']' with value 'I am the 'local' configuration'!
- Single quotes should be possible also in local configuration
- The log file contains two error messages with mostly the same content. This redundancy should be avoided
- The variable name is incomplete (${} is missing): 'params['global']['teststring']' instead of '${params}['global']['teststring']'
Metadata
Metadata
Assignees
Labels
Projects
Status
Done