Skip to content
New issue

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

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

Already on GitHub? # to your account

fileio/odmlparser error when loading JSON or YAML #191

Closed
mpsonntag opened this issue Nov 8, 2017 · 0 comments
Closed

fileio/odmlparser error when loading JSON or YAML #191

mpsonntag opened this issue Nov 8, 2017 · 0 comments
Assignees

Comments

@mpsonntag
Copy link
Contributor

When loading a JSON odML file via fileio.py the following error occurs:

 odml.load('f.json', 'json')
 ... odmlparser.py#246 : AttributeError: 'str' object has no attribute 'close'

When loading a YAML odML file via fileio.py the following error occurs:

odml.load('f.yaml', 'yaml')
... odmlparser.py#236 : AttributeError: 'str' object has no attribute 'close'
@mpsonntag mpsonntag changed the title [dev-branch] fileio/odmlparser error when loading JSON or YAML fileio/odmlparser error when loading JSON or YAML Nov 8, 2017
@mpsonntag mpsonntag self-assigned this Nov 13, 2017
mpsonntag added a commit to mpsonntag/python-odml that referenced this issue Nov 13, 2017
mpsonntag added a commit to mpsonntag/python-odml that referenced this issue Dec 6, 2017
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant