Skip to content

"safe_load()" has been removed #92

@titos-carrasco

Description

@titos-carrasco

Please fix this error: "safe_load()" has been removed

Change line 22 in __init__.py from data = yaml.safe_load(f) to data = yaml.YAML(typ='safe', pure=True).load(f)

Metadata

Metadata

Assignees

No one assigned

    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