pyyaml assignes '=' to tag:yaml.org,2002:value even though there's no constructor for it. Removing the implicit resolver for '=' fixes the issue. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| create_from_yaml.py | ||
| quantity.py | ||
pyyaml assignes '=' to tag:yaml.org,2002:value even though there's no constructor for it. Removing the implicit resolver for '=' fixes the issue. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| create_from_yaml.py | ||
| quantity.py | ||