From 08631e7fa79a743ba1dbc51362569a9917dd7a46 Mon Sep 17 00:00:00 2001 From: pilar Date: Tue, 19 May 2020 17:23:29 -0400 Subject: [PATCH] finding errors in the server 3 --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)