Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implemented safer loading of json files #10

Merged
merged 1 commit into from
Oct 17, 2019

Conversation

kaspersorensen
Copy link
Contributor

Did a few things related to loading the JSON files ...

  • Made a test so that you can verify the problem-free loading of all files using python setup.py test.
  • Used a with statement around the file loading to ensure that the file handle is released after reading.
  • Added the UTF-8 encoding for safety (makes code portable to Windows).

@porimol porimol merged commit 5b33a51 into porimol:master Oct 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants