You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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
When loading a JSON odML file via
fileio.py
the following error occurs:When loading a YAML odML file via
fileio.py
the following error occurs:The text was updated successfully, but these errors were encountered: