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 e1ce323 + a01dd8f commit 5f5c540Copy full SHA for 5f5c540
RELEASE_NOTES.md
@@ -14,4 +14,4 @@
14
15
## Bug Fixes
16
17
-<!-- Here goes notable bug fixes that are worth a special mention or explanation -->
+* Fix TypeError raised by BatteryManager when distributing power
src/frequenz/sdk/microgrid/_power_distributing/_component_managers/_battery_manager.py
@@ -273,7 +273,7 @@ async def _distribute_power(
273
battery_distribution.get(battery_id, Power.zero()) + dist
274
)
275
_logger.debug(
276
- "Distributing power %d between the batteries %s",
+ "Distributing power %s between the batteries %s",
277
distributed_power_value,
278
str(battery_distribution),
279
0 commit comments