Skip to content

Commit

Permalink
Merge pull request #418 from MetaCell/development
Browse files Browse the repository at this point in the history
Merge utils.py changes to master
  • Loading branch information
enicolasgomez authored Nov 8, 2022
2 parents 2e45193 + 467b9ec commit 809f8c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupyter-geppetto/jupyter_geppetto/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
def convertToJS(content):
# return session.json_packer(content).decode("utf-8")
# Old way: this needs to be deleted if the above line is enough
return jsonapi.dumps(json_clean(content)).decode("utf-8")
return jsonapi.dumps(json_clean(content), default=str).decode("utf-8")


def convertToPython(content):
Expand Down

0 comments on commit 809f8c3

Please sign in to comment.