Skip to content

Commit

Permalink
Update after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
Sigurd-Borge committed Dec 10, 2024
1 parent e8f9538 commit e930bce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/antares/service/local_services/thermal_local.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def get_thermal_matrix(self, thermal_cluster: ThermalCluster, ts_name: ThermalCl
)

def read_thermal_clusters(self, area_id: str) -> List[ThermalCluster]:
thermal_dict = IniFile(self.config.study_path, IniFileTypes.THERMAL_LIST_INI, area_name=area_id).ini_dict
thermal_dict = IniFile(self.config.study_path, IniFileTypes.THERMAL_LIST_INI, area_id=area_id).ini_dict
thermal_clusters = []
if thermal_dict:
for thermal_cluster in thermal_dict:
Expand Down

0 comments on commit e930bce

Please sign in to comment.