Skip to content

Commit

Permalink
Add back in unparsed args
Browse files Browse the repository at this point in the history
Co-authored-by: Abrar Rahman Protyasha <aprotyas@u.rochester.edu>
Signed-off-by: Ryan Friedman <ryan_friedman@trimble.com>
  • Loading branch information
RFRIEDM-Trimble and aprotyas committed Nov 17, 2022
1 parent d9c2bee commit f850382
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ament_cmake_flake8/cmake/ament_flake8.cmake
Expand Up @@ -63,6 +63,8 @@ function(ament_flake8)
list(APPEND cmd "--exclude" "${ARG_EXCLUDE}")
endif()

list(APPEND cmd ${ARG_UNPARSED_ARGUMENTS})

file(MAKE_DIRECTORY "${CMAKE_BINARY_DIR}/ament_flake8")
ament_add_test(
"${ARG_TESTNAME}"
Expand Down

0 comments on commit f850382

Please sign in to comment.