Skip to content

Commit

Permalink
Merge branch '0.10.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerry committed Aug 16, 2021
2 parents c86d653 + 86a7605 commit bf00049
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions biothings/hub/dataindex/indexer.py
Original file line number Diff line number Diff line change
Expand Up @@ -736,8 +736,8 @@ async def _enhance(conf):

def validate_mapping(self, mapping, env):

indexer = self._select_indexer() # get the default indexer
indexer = indexer(dict(mapping=mapping), self[env], None, None)
indexer = self._select_indexer() # default indexer
indexer = indexer(dict(mapping=mapping), self[env], None)

self.logger.debug(indexer.es_client_args)
self.logger.debug(indexer.es_index_settings)
Expand Down

0 comments on commit bf00049

Please sign in to comment.