1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-24 09:18:08 +00:00

Improve error message when a project cannot be parsed.

This commit is contained in:
grossmj 2024-09-23 13:23:03 +07:00
parent d1a7474ef6
commit 7b5d123ad8
No known key found for this signature in database
GPG Key ID: 0A2D76AC45EA25CD

View File

@ -188,7 +188,7 @@ def load_topology(path):
try:
_check_topology_schema(topo)
except aiohttp.web.HTTPConflict as e:
log.error("Can't load the topology %s", path)
log.error("Can't load the topology %s, please check using the debug mode...", path)
raise e
if changed: