ros-infrastructure / ros_buildfarm

ROS buildfarm based on Docker
Apache License 2.0
81 stars 96 forks source link

Fix the argument type on --pulp-task-timeout #961

Closed cottsay closed 2 years ago

cottsay commented 2 years ago

Without specifying the type, it will default to str, which will resulted in an error trying to add floats and strings. The type conversion doesn't get applied when the default value is used, so I didn't notice the problem until I actually tried to specify something on the command line.