1
0
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:
Julien Duponchelle 2016-10-26 16:50:01 +02:00
parent eabe4eb97e
commit fd911542f7
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8

View File

@ -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):
"""