mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-17 22:08:35 +00:00
Try to fix error when listing Hyper-V VMs. Ref #1755
This commit is contained in:
parent
7002b026fc
commit
da85d7b827
@ -179,7 +179,7 @@ class HyperVGNS3VM(BaseGNS3VM):
|
||||
List all Hyper-V VMs
|
||||
"""
|
||||
|
||||
if self._conn is None:
|
||||
if self._conn is None or self._management is None:
|
||||
self._connect()
|
||||
|
||||
vms = []
|
||||
|
Loading…
Reference in New Issue
Block a user