mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-28 11:18:11 +00:00
Merge branch 'master' into 2.0
This commit is contained in:
commit
73d5066392
@ -438,9 +438,9 @@ class Project:
|
||||
# We merge the data from all server in the same project-files directory
|
||||
node_directory = os.path.join(self._path, "servers", "vm")
|
||||
if os.path.commonprefix([root, node_directory]) == node_directory:
|
||||
z.write(path, os.path.relpath(path, node_directory))
|
||||
z.write(path, os.path.relpath(path, node_directory), compress_type=zipfile.ZIP_DEFLATED)
|
||||
else:
|
||||
z.write(path, os.path.relpath(path, self._path))
|
||||
z.write(path, os.path.relpath(path, self._path), compress_type=zipfile.ZIP_DEFLATED)
|
||||
return z
|
||||
|
||||
def _export_images(self, image, type, z):
|
||||
|
Loading…
Reference in New Issue
Block a user