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 479bb90 + 9e34c9d commit 0e47f15Copy full SHA for 0e47f15
src/frequenz/sdk/actor/power_distributing/_component_managers/_battery_manager.py
@@ -315,7 +315,7 @@ async def _distribute_power(
315
async def _create_channels(self) -> None:
316
"""Create channels to get data of components in microgrid."""
317
api = connection_manager.get().api_client
318
- manager_id = f"{type(self).__name__}»{hex(id(self))}»"
+ manager_id = f"{type(self).__name__}«{hex(id(self))}»"
319
for battery_id, inverter_ids in self._bat_invs_map.items():
320
bat_recv: Receiver[BatteryData] = await api.battery_data(battery_id)
321
self._battery_caches[battery_id] = LatestValueCache(
0 commit comments