mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-01-31 13:23:48 +02:00
parent
8150c3007e
commit
9bceaa89b7
@ -107,7 +107,7 @@ class VMware(BaseManager):
|
|||||||
else:
|
else:
|
||||||
vmrun_path = "vmrun"
|
vmrun_path = "vmrun"
|
||||||
|
|
||||||
if not os.path.isabs(vmrun_path):
|
if vmrun_path and not os.path.isabs(vmrun_path):
|
||||||
vmrun_path = shutil.which(vmrun_path)
|
vmrun_path = shutil.which(vmrun_path)
|
||||||
|
|
||||||
if not vmrun_path:
|
if not vmrun_path:
|
||||||
|
Loading…
Reference in New Issue
Block a user