mirror of
https://github.com/GNS3/gns3-server
synced 2024-12-24 15:58:08 +00:00
parent
308706e3d4
commit
b85b4b73cc
@ -68,7 +68,7 @@ class VirtualBox(BaseManager):
|
||||
else:
|
||||
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)
|
||||
|
||||
if not vboxmanage_path:
|
||||
|
Loading…
Reference in New Issue
Block a user