mirror of
https://github.com/GNS3/gns3-server
synced 2025-01-11 16:41:04 +00:00
parent
308706e3d4
commit
b85b4b73cc
@ -68,7 +68,7 @@ class VirtualBox(BaseManager):
|
|||||||
else:
|
else:
|
||||||
vboxmanage_path = "vboxmanage"
|
vboxmanage_path = "vboxmanage"
|
||||||
|
|
||||||
if not os.path.isabs(vboxmanage_path):
|
if vboxmanage_path and not os.path.isabs(vboxmanage_path):
|
||||||
vboxmanage_path = shutil.which(vboxmanage_path)
|
vboxmanage_path = shutil.which(vboxmanage_path)
|
||||||
|
|
||||||
if not vboxmanage_path:
|
if not vboxmanage_path:
|
||||||
|
Loading…
Reference in New Issue
Block a user