From 629398d6656fd36df9f24ad8244ea157398756c2 Mon Sep 17 00:00:00 2001 From: Guille Gutierrez Date: Sun, 18 Jun 2023 07:00:01 -0400 Subject: [PATCH] Update 'main.py' Changed file name --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 68b6ff7..18b572e 100644 --- a/main.py +++ b/main.py @@ -13,7 +13,7 @@ from hub.helpers.dictionaries import Dictionaries sys.path.append('./') try: - file_path = (Path(__file__).parent / 'data' / 'summerschool_onel_building.geojson') + file_path = (Path(__file__).parent / 'data' / 'summerschool_one_building.geojson') out_path = (Path(__file__).parent / 'out_files') files = glob.glob(f'{out_path}/*')