mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-24 17:28:08 +00:00
parent
e3b1eee85b
commit
95e944257a
@ -68,7 +68,7 @@ def export_project(project, temporary_dir, include_images=False, keep_compute_id
|
|||||||
except OSError as e:
|
except OSError as e:
|
||||||
msg = "Could not export file {}: {}".format(path, e)
|
msg = "Could not export file {}: {}".format(path, e)
|
||||||
log.warn(msg)
|
log.warn(msg)
|
||||||
project.emit("log.warning", {"message": msg})
|
project.controller.notification.emit("log.warning", {"message": msg})
|
||||||
continue
|
continue
|
||||||
if file.endswith(".gns3"):
|
if file.endswith(".gns3"):
|
||||||
pass
|
pass
|
||||||
|
Loading…
Reference in New Issue
Block a user