simvue-io / client

Simvue Python client
https://docs.simvue.io
Apache License 2.0
4 stars 0 forks source link

Fix handling of killing a process that doesnt exist anymore #419

Closed kzscisoft closed 3 weeks ago

kzscisoft commented 3 weeks ago

Fixes a bug where a process may be added to the kill list that no longer exists anyway. Uses psutil.NoSuchProcess handling.