1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-13 20:08:55 +00:00

Fix a crash at startup due to an error with VMware

Fix #619
This commit is contained in:
Julien Duponchelle 2016-07-19 13:08:06 +02:00
parent 3b70b4f217
commit 2977b1059e
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8

View File

@ -33,8 +33,8 @@ class VMwareGNS3VM(BaseGNS3VM):
def __init__(self):
super().__init__()
self._engine = "vmware"
super().__init__()
self._vmware_manager = VMware()
self._vmx_path = None