mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-01-18 18:56:27 +00:00
Do not monitor the ubridge process because it creates an issue on Windows.
This commit is contained in:
parent
8455d8a155
commit
37f4ff2f63
@ -347,7 +347,7 @@ class VMwareVM(BaseVM):
|
||||
stderr=subprocess.STDOUT,
|
||||
cwd=self.working_dir)
|
||||
|
||||
monitor_process(self._ubridge_process, self._termination_callback)
|
||||
#monitor_process(self._ubridge_process, self._termination_callback)
|
||||
log.info("ubridge started PID={}".format(self._ubridge_process.pid))
|
||||
except (OSError, subprocess.SubprocessError) as e:
|
||||
ubridge_stdout = self.read_ubridge_stdout()
|
||||
|
Loading…
Reference in New Issue
Block a user