Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4916f1b

Browse files
committed
Minor path related to the #1676
1 parent 954b4ec commit 4916f1b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/utils/api.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,10 @@ def engine_kill(self):
179179
if self.process:
180180
try:
181181
self.process.kill()
182+
return self.process.wait()
182183
except:
183184
pass
185+
return None
184186

185187
def engine_get_id(self):
186188
if self.process:

0 commit comments

Comments
 (0)