mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-06-17 06:48:18 +00:00
Update hypervisors working dir when the project is moved.
This commit is contained in:
@ -146,7 +146,7 @@ class DynamipsHypervisor:
|
||||
"""
|
||||
|
||||
# encase working_dir in quotes to protect spaces in the path
|
||||
yield from self.send("hypervisor working_dir {}".format('"' + working_dir + '"'))
|
||||
yield from self.send('hypervisor working_dir "{}"'.format(working_dir))
|
||||
self._working_dir = working_dir
|
||||
log.debug("Working directory set to {}".format(self._working_dir))
|
||||
|
||||
|
Reference in New Issue
Block a user