cmu-rss-lab / roswire

A library for static and dynamic analysis of ROS applications via Docker 🔌
http://christimperley.co.uk/roswire
Apache License 2.0
8 stars 0 forks source link

Warning message for deprecated yaml.load() call #322

Closed DebyKatz closed 4 years ago

DebyKatz commented 5 years ago

/usr0/home/dskatz/.local/share/virtualenvs/overhead-timing-effects-in-ROS-Wl9qFQgJ/lib/python3.6/site-packages/roswire/proxy/service.py:71: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. d = yaml.load(output)

ChrisTimperley commented 4 years ago

Kinda weird that GitHub didn't automatically close this issue. Anyway, this should be fixed.