-
Notifications
You must be signed in to change notification settings - Fork 2
Namsonx/task/stabi branch #271
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…HolQue/task/selftest_maintenance
…HolQue/task/selftest_maintenance
…HolQue/task/selftest_maintenance
…_maintenance Tiny maintenance
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi Son,
you improved a little bit too much. Even in case of a dictionary
"newparam" : ${dictP}['${indexP}']
the new error message is:
'The ${dictP} expects integer as index. Got string instead in the ${dictP}['${indexP}']'
But that's wrong. Dictionaries have keys, and keys can be both strings and integers.
And please adapt your choice of words:
Not: "in the ..."
But: "in expression ..."
Or much shorter: "in ..."
Hello Holger, Thank you for your correction! I updated the error message. Thank you. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi Son,
looks good to me!
Thank you,
Thomas
No description provided.