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

[jsk_rqt_plugins] Fix yaml load in tabbed_button_general.py #883

Closed

Conversation

Kanazawanaoaki
Copy link
Contributor

The #811 (#818) change was not applied to tabbed_button_general.py, so I added it.

When using PyYAML version 6.0 or later, the old way of writing yaml.load() causes an error. yaml/pyyaml#576

@k-okada
Copy link
Member

k-okada commented Jan 20, 2024

thank you for PR, merged in #884, with test code. It also noted that if you have pyyaml > 6.0, then you have non-official pyyaml module in your environment, usualy it cause a lot of problem, so please be very careful.

@k-okada k-okada closed this Jan 20, 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.

2 participants