Skip to content
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

Do not throw in parse_tag_file if the mappings is a single Entry instead of a FunctionList #59

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sea-bass
Copy link

I ran into a build error with the https://github.com/moveit/moveit2_tutorials repo and found that the parse_tag_file() had a mappings dictionary that expected entities to map to FunctionList objects, but many of them were Entry objects that could straightforwardly be packaged up into a FunctionList instead of throwing an exception.

I have no idea if this is correct, but it fixed the issue for me!

@sea-bass sea-bass changed the title Fix parse_tag_file Do not throw in parse_tag_file if the mappings is a single Entry instead of a FunctionList Jul 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant