Skip to content

Commit 0f2957a

Browse files
committed
revert dummy_commit
Signed-off-by: Yuxuan Liu <[email protected]>
1 parent 218478d commit 0f2957a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

launch/launch/actions/include_launch_description.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ def execute(self, context: LaunchContext) -> List[LaunchDescriptionEntity]:
162162
]
163163
declared_launch_arguments = (
164164
launch_description.get_launch_arguments_with_include_launch_description_actions(
165-
only_search_local=False)
165+
only_search_local=True)
166166
)
167167
for argument, ild_actions in declared_launch_arguments:
168168
if argument._conditionally_included or argument.default_value is not None:

0 commit comments

Comments
 (0)