Files
opensearch-pyd/elasticsearch/connection
Grégory StarckandHonza Král 879de7549e Fixed a bare except
AFAIK the only exception which can occur here is one that the json.loads(..) could raise. So (TypeError or) ValueError.

So except on that. and also log a warning in such case.

bare excepts are 99.99% of the time simply bad/wrong. It's the case here.
2016-03-04 15:21:41 +01:00
..
2016-03-04 15:21:41 +01:00
2016-03-03 19:50:17 -05:00
2016-03-03 19:50:17 -05:00
2016-03-03 19:50:17 -05:00