asdf-format / asdf

ASDF (Advanced Scientific Data Format) is a next generation interchange format for scientific data

Home Page:http://asdf.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

yaml has not attribute `ConstructorError`

braingram opened this issue · comments

Attempts to raise yaml.ConstructorError are included in asdf.yamlutil.

raise yaml.ConstructorError(

For yaml 6.0 (and perhaps other versions) the ConstructorError attribute does not exist. However, yaml.constructor.ConstructorError does.