Skip to content
Snippets Groups Projects
Commit 7859d719b9ed authored by jfp's avatar jfp
Browse files

Start won't work atfer a stop, fix it

parent 3362b10c4e7c
No related branches found
No related tags found
No related merge requests found
...@@ -331,7 +331,7 @@ ...@@ -331,7 +331,7 @@
def create_process(self, from_terminated: bool): def create_process(self, from_terminated: bool):
global supervisord_table_name global supervisord_table_name
if self.kill_request: if self.kill_request and from_terminated:
return return
if from_terminated: if from_terminated:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment