We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7f647fa + 7915c05 commit bf8998cCopy full SHA for bf8998c
src/frequenz/sdk/microgrid/_graph.py
@@ -491,6 +491,7 @@ def refresh_from(
491
try:
492
_provisional.validate()
493
except Exception as err:
494
+ _logger.error("Failed to parse component graph: %s", err)
495
raise InvalidGraphError(
496
"Cannot populate component graph from provided input!"
497
) from err
0 commit comments