Skip to content

Commit

Permalink
Update elasticsearch_.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis authored Dec 21, 2024
1 parent 202933a commit 88bfa5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pygeoapi/provider/elasticsearch_.py
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ def esdoc2geojson(self, doc):
try:
feature_thinned['properties'][p] = feature_['properties'][p] # noqa
except KeyError as err:
msg = f'Property missing {err}; continuing')
msg = f'Property missing {err}; continuing'
LOGGER.warning(msg)

if feature_thinned:
Expand Down

0 comments on commit 88bfa5f

Please sign in to comment.