Merge commit 'fecd9f830ec4e8e9d5d1f3a70310d42bbe3f274a' into feature/objectify

This commit is contained in:
Gerald Lonlas
2018-03-03 09:39:27 +08:00
2 changed files with 6 additions and 5 deletions

View File

@@ -69,3 +69,4 @@ def file_dump_json(filename, data) -> None:
"""
with open(filename, 'w') as file:
json.dump(data, file)