Skip to content

Commit 883113b

Browse files
committed
label todo with author
1 parent 2e1412b commit 883113b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ament_cmake_python/cmake/ament_python_install_package.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ function(_ament_cmake_python_install_package package_name)
5757
PATTERN "*.pyc" EXCLUDE
5858
PATTERN "__pycache__" EXCLUDE
5959
)
60-
# TODO optionally compile Python files
60+
# TODO(dirk-thomas): optionally compile Python files
6161

6262
list(FIND AMENT_CMAKE_PYTHON_INSTALL_INSTALLED_NAMES "${package_name}" index)
6363
if(NOT index EQUAL -1)

0 commit comments

Comments
 (0)