test-fullautomation / python-jsonpreprocessor

A preprocessor for json files
Apache License 2.0
2 stars 2 forks source link

Error messages (13) #264

Open test-fullautomation opened 1 month ago

test-fullautomation commented 1 month ago

please remove the part "Please update the expression" from following error message:

'Slicing is not supported! Please update the expression '${testlist}[1:]'.'

In case of an error, it is obvious that the user has to do something to avoid this error. There is no need to mention this explicitly. Otherwise you would have to add such a statement to every error message.

Let's keep it short:

'Slicing is not supported (expression: '${testlist}[1:]').'

Originally posted by @HolQue in https://github.com/test-fullautomation/python-jsonpreprocessor/issues/238#issuecomment-2019958905