asdf-format/asdf

yaml has not attribute `ConstructorError`

braingram opened this issue · 0 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.