-
Notifications
You must be signed in to change notification settings - Fork 75
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
Impossible to create properties with a characteristic set to '' #716
Comments
If I put the CHARACTERISTICS SPLIT=| column before another column, then I get:
|
bjonnh
added a commit
to bjonnh/robot
that referenced
this issue
Jul 31, 2020
This handle the two cases raised by this issue: - we need to allow empty characteristics - in the case of characteristics being the last column, the list of elements in the row is one element short when the characteristic is empty, handling that case
bjonnh
added a commit
to bjonnh/robot
that referenced
this issue
Jul 31, 2020
This handle the two cases raised by this issue: - we need to allow empty characteristics - in the case of characteristics being the last column, the list of elements in the row is one element short when the characteristic is empty, handling that case
1 task
5 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
**Robot version ** 1.7.0
** Problem ** When trying to create properties from a template, I get a index out of bound error
It seems to work without the CHARACTERISTIC column. When playing around I had another error message that said that the characteristic '' was not valid, but I couldn't find how I got that one.
It works if they are both set to transitive, so it seems that the empty characteristic should be handled?
** Source file **
**Output with -vvv **
The text was updated successfully, but these errors were encountered: