diff --git a/backend/src/overpass/overpass.py b/backend/src/overpass/overpass.py index 2aa3510..64fbbcc 100644 --- a/backend/src/overpass/overpass.py +++ b/backend/src/overpass/overpass.py @@ -336,7 +336,7 @@ def fill_cache(): try : json_data = json.load(f) except Exception as exc : - raise Exception(f'An unexpected error occured while parsing file {f}') from exc + overpass.logger.error(f'An error occured while parsing file {f} as .json file') # Fill the cache with the query and key