We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc8f930 commit aa4d847Copy full SHA for aa4d847
launch/launch/event_handlers/on_process_exit.py
@@ -66,6 +66,6 @@ def __init__(
66
action_matcher=target_action,
67
on_event=on_exit,
68
target_event_cls=ProcessExited,
69
- target_action_cls=ExecuteProcess,
+ target_action_cls=ExecuteLocal,
70
**kwargs,
71
)
0 commit comments