mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-11-16 08:44:52 +02:00
Improve error message when a project cannot be parsed.
This commit is contained in:
parent
d1a7474ef6
commit
7b5d123ad8
@ -188,7 +188,7 @@ def load_topology(path):
|
|||||||
try:
|
try:
|
||||||
_check_topology_schema(topo)
|
_check_topology_schema(topo)
|
||||||
except aiohttp.web.HTTPConflict as e:
|
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
|
raise e
|
||||||
|
|
||||||
if changed:
|
if changed:
|
||||||
|
Loading…
Reference in New Issue
Block a user