Skip to content

Commit c09cf43

Browse files
committed
Minor comment fix.
Signed-off-by: Chris Lalancette <[email protected]>
1 parent 9cf7e9f commit c09cf43

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

image_tools_py/test/test_showimage_cam2image.py.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ import launch.event_handlers
2424
import launch.events
2525

2626

27-
# TODO(clalancette): we can't currently use launch_testing since there is
28-
# currently no integration with pure python setup.py. Once we have a solution
29-
# for https://github.com/ros2/launch/issues/237, we should revisit this.
27+
# TODO(clalancette): we can't use launch_testing since there is currently no
28+
# integration with pure python setup.py. Once we have a solution for
29+
# https://github.com/ros2/launch/issues/237, we should revisit this.
3030
class TestExecutablesDemo(unittest.TestCase):
3131

3232
def __init__(self, name):

0 commit comments

Comments
 (0)