mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-01-18 23:43:48 +02: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:
|
except VirtualBoxError:
|
||||||
log.warn("Snapshot 'reset' not created")
|
log.warn("Snapshot 'reset' not created")
|
||||||
|
|
||||||
|
os.makedirs(os.path.join(self.working_dir, self._vmname), exist_ok=True)
|
||||||
|
|
||||||
def _start_remote_console(self):
|
def _start_remote_console(self):
|
||||||
"""
|
"""
|
||||||
Starts remote console support for this VM.
|
Starts remote console support for this VM.
|
||||||
|
Loading…
Reference in New Issue
Block a user