damn xml
Some checks failed
Run testing on the backend code / Build (pull_request) Has been cancelled
Run linting on the backend code / Build (pull_request) Has been cancelled
Build and deploy the backend to staging / Build and push image (pull_request) Successful in 1m41s
Build and deploy the backend to staging / Deploy to staging (pull_request) Successful in 24s
Some checks failed
Run testing on the backend code / Build (pull_request) Has been cancelled
Run linting on the backend code / Build (pull_request) Has been cancelled
Build and deploy the backend to staging / Build and push image (pull_request) Successful in 1m41s
Build and deploy the backend to staging / Deploy to staging (pull_request) Successful in 24s
This commit is contained in:
parent
581644a108
commit
2a5023df4b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user