Skip to content

Commit

Permalink
chore: fix comment message
Browse files Browse the repository at this point in the history
Signed-off-by: h-suzuki <[email protected]>
  • Loading branch information
h-suzuki-isp committed Dec 25, 2023
1 parent 8200ec6 commit c1109a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ros2caret/verb/record.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ def main(self, *, args):
else:
init_args['context_fields'] = context_names
init_args['display_list'] = args.list
# Note: keyword argument --subbuffer_size_ust/kernel are available in ROS Distributions after iron.
# Note: keyword argument --subbuffer_size_ust/kernel are available after iron.

if os.environ['ROS_DISTRO'][0] < 'i' \
and args.subbuffer_size_ust != 8*4096:
Expand Down

0 comments on commit c1109a8

Please sign in to comment.