mirror of
https://github.com/GNS3/gns3-server
synced 2025-01-11 08:30:57 +00:00
Fix a crash with VirtualBox linked clone
This commit is contained in:
parent
4fe2b746d0
commit
7931ee01b3
@ -872,6 +872,8 @@ class VirtualBoxVM(BaseNode):
|
||||
except VirtualBoxError:
|
||||
log.warn("Snapshot 'reset' not created")
|
||||
|
||||
os.makedirs(os.path.join(self.working_dir, self._vmname), exist_ok=True)
|
||||
|
||||
def _start_remote_console(self):
|
||||
"""
|
||||
Starts remote console support for this VM.
|
||||
|
Loading…
Reference in New Issue
Block a user