mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-13 20:08:55 +00:00
parent
c8b46bdcab
commit
0997998064
@ -702,6 +702,7 @@ class Project:
|
||||
if self._status == "closed":
|
||||
yield from self.open()
|
||||
|
||||
self.dump()
|
||||
try:
|
||||
with tempfile.TemporaryDirectory() as tmpdir:
|
||||
zipstream = yield from export_project(self, tmpdir, keep_compute_id=True, allow_all_nodes=True)
|
||||
|
Loading…
Reference in New Issue
Block a user