You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to process meta.yaml using ruamel_yaml it shows a error. It can be suppressed now, but it will become a real error in future. If you want to use several sources you have to use a list like that:
source:
- url: <first url here>
sha256: <checksum for the url above>
- url: <second url here>
Otherwise YAML parsers raise DuplicatedKeyError or another exception with the same meaning.
The text was updated successfully, but these errors were encountered:
When trying to process meta.yaml using ruamel_yaml it shows a error. It can be suppressed now, but it will become a real error in future. If you want to use several sources you have to use a list like that:
Otherwise YAML parsers raise DuplicatedKeyError or another exception with the same meaning.
The text was updated successfully, but these errors were encountered: