Skip to content

Commit 4effcb7

Browse files
committed
Fixed indentation in descriptions/executable.py.
Distro A, OPSEC #4584. You may have additional rights; please see https://rosmilitary.org/faq/?category=ros-2-license Signed-off-by: matthew.lanting <[email protected]>
1 parent 464149a commit 4effcb7

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

launch/launch/descriptions/executable.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@ class Executable:
4343
"""Describes an executable (usually a single process) which may be run by the launch system."""
4444

4545
def __init__(
46-
self, *,
47-
cmd: Iterable[SomeSubstitutionsType],
48-
prefix: Optional[SomeSubstitutionsType] = None,
49-
name: Optional[SomeSubstitutionsType] = None,
50-
cwd: Optional[SomeSubstitutionsType] = None,
51-
env: Optional[Dict[SomeSubstitutionsType, SomeSubstitutionsType]] = None,
52-
additional_env: Optional[Dict[SomeSubstitutionsType, SomeSubstitutionsType]] = None,
53-
arguments: Optional[Iterable[SomeSubstitutionsType]] = None,
46+
self, *,
47+
cmd: Iterable[SomeSubstitutionsType],
48+
prefix: Optional[SomeSubstitutionsType] = None,
49+
name: Optional[SomeSubstitutionsType] = None,
50+
cwd: Optional[SomeSubstitutionsType] = None,
51+
env: Optional[Dict[SomeSubstitutionsType, SomeSubstitutionsType]] = None,
52+
additional_env: Optional[Dict[SomeSubstitutionsType, SomeSubstitutionsType]] = None,
53+
arguments: Optional[Iterable[SomeSubstitutionsType]] = None,
5454
) -> None:
5555
"""
5656
Initialize an Executable description.

0 commit comments

Comments
 (0)