Commit 0c0c4f47 authored by Bouknight, Sedrick's avatar Bouknight, Sedrick
Browse files

Removing optional file weather.json

parent c520106c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ class ConfigManager:
    def load_system_config(self, system_name: str) -> None:
        base_path = CONFIG_PATH / system_name
        config_files = ['system.json', 'power.json', 'scheduler.json']
        optional_files = ['cooling.json', 'uq.json', 'weather.json']
        optional_files = ['cooling.json', 'uq.json']
        
        for config_file in config_files + optional_files:
            file_path = base_path / config_file