mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-06-15 13:58:21 +00:00
Don't create directory structure during json dump. Fixes #2270
This commit is contained in:
@ -233,6 +233,14 @@ class BaseNode:
|
||||
|
||||
return self._project.node_working_directory(self)
|
||||
|
||||
@property
|
||||
def working_path(self):
|
||||
"""
|
||||
Return the node working path. Doesn't create structure of directories when not present.
|
||||
"""
|
||||
|
||||
return self._project.node_working_path(self)
|
||||
|
||||
@property
|
||||
def temporary_directory(self):
|
||||
if self._temporary_directory is None:
|
||||
|
Reference in New Issue
Block a user