mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-12 19:38:57 +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:
|
||||
msg = "Could not export file {}: {}".format(path, e)
|
||||
log.warn(msg)
|
||||
project.emit("log.warning", {"message": msg})
|
||||
project.controller.notification.emit("log.warning", {"message": msg})
|
||||
continue
|
||||
if file.endswith(".gns3"):
|
||||
pass
|
||||
|
Loading…
Reference in New Issue
Block a user