Commit 2ea9903
committed
Bug fix: Print Power as str instead of int
Commit 41d4543 changed `float` to `Power` in PowerDistributor's
battery manager, but left %d in formatting.
Signed-off-by: Elzbieta Kotulska <[email protected]>1 parent b9bcd2d commit 2ea9903
File tree
2 files changed
+2
-6
lines changed- src/frequenz/sdk/microgrid/_power_distributing/_component_managers
2 files changed
+2
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | 3 | | |
8 | 4 | | |
9 | | - | |
| 5 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
273 | 273 | | |
274 | 274 | | |
275 | 275 | | |
276 | | - | |
| 276 | + | |
277 | 277 | | |
278 | 278 | | |
279 | 279 | | |
| |||
0 commit comments