From 1fc3845832f22a3f29a54743e5ebe0d69c402aa8 Mon Sep 17 00:00:00 2001 From: Shyam D Date: Thu, 11 Mar 2021 12:29:15 -0800 Subject: [PATCH] revert behavior and change in self-contained PR --- emmet-core/emmet/core/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emmet-core/emmet/core/utils.py b/emmet-core/emmet/core/utils.py index 0baec7e683..046e79946f 100644 --- a/emmet-core/emmet/core/utils.py +++ b/emmet-core/emmet/core/utils.py @@ -62,7 +62,7 @@ def _get_sg(struc): yield group -def jsanitize(obj, strict=False, allow_bson=True): +def jsanitize(obj, strict=False, allow_bson=False): """ This method cleans an input json-like object, either a list or a dict or some sequence, nested or otherwise, by converting all non-string