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
Right now the workflow when reading a multi-document yaml file returns an internal error:
$ charmcraft pack
charmcraft internal error: ComposerError('expected a single document in the stream', <yaml.error.Mark object at 0x73a1c3d77970>, 'but found another document', <yaml.error.Mark object at 0x73a1c3ce0340>)
Full execution log: '/home/lengau/.local/state/charmcraft/log/charmcraft-20240920-152105.956862.log'
This should be converted to an error message that we don't support multi-document YAML files.
What needs to get done
Right now the workflow when reading a multi-document yaml file returns an internal error:
This should be converted to an error message that we don't support multi-document YAML files.
Why it needs to get done
Strange ux. See: canonical/charmcraft#214
The text was updated successfully, but these errors were encountered: