mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-01-31 13:23:48 +02:00
Fix exception when adding VirtualBox VM. Fixes #1685.
This commit is contained in:
parent
3aba2a319c
commit
4075bbd703
@ -205,6 +205,8 @@ class VirtualBoxVM(BaseNode):
|
||||
else:
|
||||
await self._refresh_vm_uuid()
|
||||
await self._create_linked_clone()
|
||||
else:
|
||||
await self._refresh_vm_uuid()
|
||||
|
||||
if self._adapters:
|
||||
await self.set_adapters(self._adapters)
|
||||
|
Loading…
Reference in New Issue
Block a user