Skip to content

Commit

Permalink
Add missing underline
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulScheerRLI committed Jun 7, 2024
1 parent b9b38c2 commit 2ee22f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simba/costs.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ def set_electricity_costs(self):
# If no value is set use the same strategy as the charging strategy
default_cost_strategy = vars(self.args)["strategy_" + station.get("type")]

strategy_name = "cost_calculation_strategy" + station.get("type")
strategy_name = "cost_calculation_strategy_" + station.get("type")
cost_calculation_strategy = vars(self.args).get(strategy_name, default_cost_strategy)

# calculate costs for electricity
Expand Down

0 comments on commit 2ee22f5

Please sign in to comment.