Skip to content

Commit 954132d

Browse files
Test updates
1 parent 1cff460 commit 954132d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

apps/predbat/plan.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3200,7 +3200,9 @@ def optimise_swap_export(self, record_charge_windows, record_export_windows, dro
32003200
)
32013201
if first:
32023202
self.log(
3203-
"Swap export optimisation started metric {}{}, cost {}{}, battery_value {}kWh, min_improvement_swap {}{}".format(dp2(selected_metric), curr, dp2(selected_cost), curr, dp2(selected_battery_value), self.metric_min_improvement_swap, curr)
3203+
"Swap export optimisation started metric {}{}, cost {}{}, battery_value {}kWh, min_improvement_swap {}{}".format(
3204+
dp2(selected_metric), curr, dp2(selected_cost), curr, dp2(selected_battery_value), self.metric_min_improvement_swap, curr
3205+
)
32043206
)
32053207
first = False
32063208
swapped = False

0 commit comments

Comments
 (0)