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.
1 parent cce85bb commit 82d3016Copy full SHA for 82d3016
src/frequenz/sdk/timeseries/grid.py
@@ -198,7 +198,8 @@ def initialize(
198
case 0:
199
fuse = Fuse(max_current=Current.zero())
200
_logger.info(
201
- "No grid connection found for this microgrid. This is normal for an islanded microgrid."
+ "No grid connection found for this microgrid. "
202
+ "This is normal for an islanded microgrid."
203
)
204
case 1:
205
metadata = grid_connections[0].metadata
0 commit comments