Status: Accepted
Owner: jprantan
Labels: Type-Enhancement Priority-Medium Target-2.5.2
New issue 623 by jprantan: Warning caused by creating scalar with multiple
values does not contain enough details
http://code.google.com/p/robotframework/issues/detail?id=623
Following error message does not provide information where the deprecated
usage occurs:
Creating scalar variable with more than one value is deprecated and this
functionality will be removed in Robot Framework 2.6. Create a list
variable '@{VAR}' and use it as a scalar variable '${VAR}' instead.
Deprecation warning should contain at least path to the file.