Fix a crash at startup due to an error with VMware

Fix #619
pull/638/head
Julien Duponchelle 8 years ago
parent 3b70b4f217
commit 2977b1059e
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8

@ -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

Loading…
Cancel
Save