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