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

Unsafe YAML load #29

Closed
stertingen opened this issue Jan 19, 2021 · 0 comments · Fixed by #30
Closed

Unsafe YAML load #29

stertingen opened this issue Jan 19, 2021 · 0 comments · Fixed by #30

Comments

@stertingen
Copy link
Contributor

stertingen commented Jan 19, 2021

I get the following log message when using rqt_tf_tree:

/opt/ros/noetic/lib/python3/dist-packages/rqt_tf_tree/dotcode_tf.py:96: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
  data = yaml_parser.load(yaml_data)

If I find the time I will submit a PR addressing this.

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 a pull request may close this issue.

1 participant