mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-06-18 15:28:11 +00:00
Don't create directory structure during json dump. Fixes #2270
This commit is contained in:
@ -114,7 +114,7 @@ class DockerVM(BaseNode):
|
||||
"start_command": self.start_command,
|
||||
"status": self.status,
|
||||
"environment": self.environment,
|
||||
"node_directory": self.working_dir
|
||||
"node_directory": self.working_path
|
||||
}
|
||||
|
||||
def _get_free_display_port(self):
|
||||
|
Reference in New Issue
Block a user