-
Notifications
You must be signed in to change notification settings - Fork 35
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
Robot's get_link_names throws exception for group with one link #160
Comments
Hey @gonzalocasas I want to start my contribution in this good first issue . |
Hi @gonzalocasas, will you assign this issue to me? I have just began learning about open source. |
Done! Thanks!!! |
I will update the example code to the latest version because the one on the description is very old |
I've updated the snippet of code that will cause this bug to make it easier to reproduce. If you have problems while trying to fix this, feel free to post questions here! |
Hi @gonzalocasas , I just submitted a PR that addresses an issue with the Could you please take a look when you have a moment? Your feedback would be greatly appreciated! Thank you! |
Describe the bug
Robot's get_link_names throws exception for group with one link
To Reproduce
Steps to reproduce the behavior:
Expected behavior
names
should equal['ee_link']
Actual behavior
Exception is thrown "Exception: No chain found between the specified element"
The text was updated successfully, but these errors were encountered: