Skip to content

Commit

Permalink
revert behavior and change in self-contained PR
Browse files Browse the repository at this point in the history
  • Loading branch information
shyamd committed Mar 11, 2021
1 parent e3209b9 commit 1fc3845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emmet-core/emmet/core/utils.py
Expand Up @@ -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
Expand Down

0 comments on commit 1fc3845

Please sign in to comment.