mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-28 11:18:11 +00:00
Fix a crash when we have error during export project
This commit is contained in:
parent
eabe4eb97e
commit
fd911542f7
@ -24,6 +24,10 @@ import tempfile
|
||||
import zipstream
|
||||
|
||||
|
||||
import logging
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
|
||||
@asyncio.coroutine
|
||||
def export_project(project, temporary_dir, include_images=False, keep_compute_id=False, allow_all_nodes=False):
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user