From e930bcecbff3cda8a379283288cc6f629bbef9a8 Mon Sep 17 00:00:00 2001 From: Sigurd Borge Date: Tue, 10 Dec 2024 16:07:46 +0100 Subject: [PATCH] Update after rebase --- src/antares/service/local_services/thermal_local.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/antares/service/local_services/thermal_local.py b/src/antares/service/local_services/thermal_local.py index 63bf9314..8a614d75 100644 --- a/src/antares/service/local_services/thermal_local.py +++ b/src/antares/service/local_services/thermal_local.py @@ -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: