mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-28 11:18:11 +00:00
parent
137cf59e97
commit
fab8b3f46f
@ -676,7 +676,10 @@ class IOUVM(BaseVM):
|
|||||||
except asyncio.TimeoutError:
|
except asyncio.TimeoutError:
|
||||||
if self._iouyap_process.returncode is None:
|
if self._iouyap_process.returncode is None:
|
||||||
log.warn("IOUYAP process {} is still running... killing it".format(self._iouyap_process.pid))
|
log.warn("IOUYAP process {} is still running... killing it".format(self._iouyap_process.pid))
|
||||||
|
try:
|
||||||
self._iouyap_process.kill()
|
self._iouyap_process.kill()
|
||||||
|
except ProcessLookupError:
|
||||||
|
pass
|
||||||
self._iouyap_process = None
|
self._iouyap_process = None
|
||||||
|
|
||||||
self._started = False
|
self._started = False
|
||||||
|
Loading…
Reference in New Issue
Block a user