Skip to content

Commit

Permalink
fix indention CI
Browse files Browse the repository at this point in the history
Signed-off-by: Owen-Liuyuxuan <[email protected]>
  • Loading branch information
Owen-Liuyuxuan committed Dec 12, 2023
1 parent bd8b70a commit aaecb95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions launch/launch/launch_description.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def get_launch_arguments_with_include_launch_description_actions(
from .actions import ResetLaunchConfigurations

def process_entities(entities, *, _conditional_inclusion, nested_ild_actions=None,
only_search_local=False):
only_search_local=False):
for entity in entities:
if isinstance(entity, DeclareLaunchArgument):
# Avoid duplicate entries with the same name.
Expand Down Expand Up @@ -163,7 +163,7 @@ def process_entities(entities, *, _conditional_inclusion, nested_ild_actions=Non
nested_ild_actions=next_nested_ild_actions)

process_entities(self.entities, _conditional_inclusion=conditional_inclusion,
only_search_local=only_search_local)
only_search_local=only_search_local)

return declared_launch_arguments

Expand Down

0 comments on commit aaecb95

Please sign in to comment.