Skip to content
Snippets Groups Projects
Commit 68ed42a52875 authored by jfp's avatar jfp
Browse files

If forcex didn't work do a delprc after stopwaitsecs configuration parameter, fix it.

parent 04270e902226
No related branches found
No related tags found
No related merge requests found
......@@ -491,7 +491,6 @@
def kill(self):
if (
self.process_is_stopped()
or self.process_is_stopping()
or self.process_is_fatal()
):
return
......@@ -504,7 +503,7 @@
self.timer_item = None
return
if not self.process_exists() or self.kill_request:
if not self.process_exists():
return
self.kill_request = True
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment