Skip to content
Snippets Groups Projects
Commit c6a47c20 authored by Emil Harlan's avatar Emil Harlan
Browse files

a

parent cf98729d
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,6 @@ class CommandExecutor(Node):
except subprocess.TimeoutExpired:
process_handle.kill()
process_handle.wait()
del self.running_processes[name] # Remove from the dictionary after killing
self.get_logger().info(f"Node '{name}' killed.")
else:
self.get_logger().info(f"No active node with name '{name}' to kill.")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment