Skip to content

Commit aa4d847

Browse files
committed
Fixed namechange missed during rebase.
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 cc8f930 commit aa4d847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

launch/launch/event_handlers/on_process_exit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,6 @@ def __init__(
6666
action_matcher=target_action,
6767
on_event=on_exit,
6868
target_event_cls=ProcessExited,
69-
target_action_cls=ExecuteProcess,
69+
target_action_cls=ExecuteLocal,
7070
**kwargs,
7171
)

0 commit comments

Comments
 (0)