ros2 / ros2cli

ROS 2 command line interface tools
Apache License 2.0
173 stars 160 forks source link

Humble corrections #915

Closed nidhicj closed 3 months ago

nidhicj commented 3 months ago

Added a fdlimit = int(line[len(string_to_find):].strip()) in ros2cli/ros2cli/node/daemon.py replacing use of "removeprefix" as it is supported only from python3.9

clalancette commented 3 months ago

This is a duplicate of #912