Skip to content

Commit 684f0a7

Browse files
committed
Add function comments to generate_ros_autocomplete_fix
1 parent c55c2fc commit 684f0a7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

turludock/generate_templated_files.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,9 @@ def generate_ros_autocomplete_fix(ros_version_codename: str) -> str:
258258
This file is responsible for introducing a fix for zsh autocomplete.
259259
https://github.com/ros2/ros2cli/issues/534#issuecomment-957516107
260260
261+
This has the hidden assumption that a ROS2 version is always coupled to a Ubuntu version.
262+
The fix should actually be on the Ubuntu version and not the ROS2 version.
263+
261264
Args:
262265
ros_version_codename (str): The ROS version as codename.
263266

0 commit comments

Comments
 (0)