Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@

## Bug Fixes

<!-- Here goes notable bug fixes that are worth a special mention or explanation -->
* Fix TypeError raised by BatteryManager when distributing power
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ async def _distribute_power(
battery_distribution.get(battery_id, Power.zero()) + dist
)
_logger.debug(
"Distributing power %d between the batteries %s",
"Distributing power %s between the batteries %s",
distributed_power_value,
str(battery_distribution),
)
Expand Down
Loading