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

a

parent 14182e12
No related branches found
No related tags found
No related merge requests found
......@@ -22,8 +22,8 @@ class LaunchNode(Node):
def on_message(self, msg):
# Get the launch command and name from the message
name = msg.name
command = msg.command
data = msg.data
name, command = data.split(" ", 1)
# If the launch command is "kill", send a SIGINT signal to the process with the given name
if command == "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