Don't create directory structure during json dump. Fixes #2270

This commit is contained in:
ziajka
2017-10-02 10:41:57 +02:00
parent 2a4ed9ba89
commit 3d85bba9d4
10 changed files with 35 additions and 8 deletions

View File

@ -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):