mirror of
https://github.com/GNS3/gns3-server
synced 2025-02-03 11:51:31 +00: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