1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-12-26 00:38:10 +00:00

If we can't found the VMware version we use workstation

Fix #742
This commit is contained in:
Julien Duponchelle 2016-10-26 10:36:34 +02:00
parent b50246fc2b
commit 1080147cf5
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8

View File

@ -202,6 +202,7 @@ class VMware(BaseManager):
yield from self._check_vmware_player_requirements(player_version) yield from self._check_vmware_player_requirements(player_version)
else: else:
log.warning("Could not find VMware version") log.warning("Could not find VMware version")
self._host_type = "ws"
else: else:
log.debug("VMware Workstation version {} detected".format(ws_version)) log.debug("VMware Workstation version {} detected".format(ws_version))
yield from self._check_vmware_workstation_requirements(ws_version) yield from self._check_vmware_workstation_requirements(ws_version)