Skip to content

from_yaml returns depreciation error #282

Open
@wabiloo

Description

@wabiloo

When attempting to use Box.from_yaml(string), I get:

"load()" has been removed, use

yaml = YAML(typ='rt')
yaml.load(...)

and register any classes that you use, or check the tag attribute on the loaded data,
instead of file "converters.py", line 138

    data = yaml.load(yaml_string, **kwargs)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions