Skip to content

Commit 88bfa5f

Browse files
authored
Update elasticsearch_.py
1 parent 202933a commit 88bfa5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygeoapi/provider/elasticsearch_.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ def esdoc2geojson(self, doc):
489489
try:
490490
feature_thinned['properties'][p] = feature_['properties'][p] # noqa
491491
except KeyError as err:
492-
msg = f'Property missing {err}; continuing')
492+
msg = f'Property missing {err}; continuing'
493493
LOGGER.warning(msg)
494494

495495
if feature_thinned:

0 commit comments

Comments
 (0)