ros2 / rclpy

rclpy (ROS Client Library for Python)
Apache License 2.0
268 stars 221 forks source link

Fix small flake8 error in rclpy. #1267

Closed clalancette closed 2 months ago

clalancette commented 3 months ago

Newer versions of flake8 complain that using 'str' as a variable shadows a builtin. Just make it 's'.

clalancette commented 3 months ago

CI: