diff --git a/main.py b/main.py index 40a2955..f88ec0a 100644 --- a/main.py +++ b/main.py @@ -46,7 +46,7 @@ for city_object in city.city_objects: (example_path / 'third_party_files/sra').resolve() full_path_wea = (example_path / 'third_party_files/insel' / (city_object.name + '.weather')).resolve() full_path_ig = (example_path / 'third_party_files/insel' / (city_object.name + '.ig')).resolve() -### + insel_file_name = city_object.name + '.insel' try: content = Templates.generate_thermal_dynamic_template(city_object, full_path_out, full_path_wea, full_path_ig, Sp)