finding errors in the server 3

This commit is contained in:
pilar 2020-05-19 17:23:29 -04:00
parent bf1b049c98
commit 08631e7fa7

View File

@ -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)