Skip to content
This repository was archived by the owner on Jul 16, 2025. It is now read-only.

Commit 4441c1c

Browse files
fix run_process action after retriggering (#215)
1 parent 8a666b5 commit 4441c1c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scenario_execution/scenario_execution/actions/run_process.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ def execute(self, command=None, wait_for_shutdown=True, shutdown_timeout=10, shu
4444
self.wait_for_shutdown = wait_for_shutdown
4545
self.shutdown_timeout = shutdown_timeout
4646
self.shutdown_signal = shutdown_signal[1]
47+
self.executed = False
4748

4849
def update(self) -> py_trees.common.Status:
4950
"""

0 commit comments

Comments
 (0)