Files
opensearch-pyd/elasticsearch
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-02-29 22:44:24 +01:00
2014-11-14 15:42:37 +01:00
2016-03-03 19:50:17 -05:00
2015-11-04 19:21:29 +01:00
2016-03-03 19:50:17 -05:00