Improve error message when a project cannot be parsed.

2.2
grossmj 14 hours ago
parent d1a7474ef6
commit 7b5d123ad8
No known key found for this signature in database
GPG Key ID: 0A2D76AC45EA25CD

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

Loading…
Cancel
Save