Skip to content

fileio/odmlparser error when loading JSON or YAML #191

@mpsonntag

Description

@mpsonntag

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'

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions