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
In my project, I have a MetaInfo file that gets automatically generated through BeautifulSoup. BeautifulSoup is outputting newlines in certain elements, and this appears to be breaking appstreamcli validate:
Removing the newlines on the tags for id, metadata_license, and project_license fixes the issue. Using other XML parsing tools doesn't include the newlines that appear to be causing the issue here, so I'm assuming such shouldn't be happening.
In my project, I have a MetaInfo file that gets automatically generated through BeautifulSoup. BeautifulSoup is outputting newlines in certain elements, and this appears to be breaking
appstreamcli validate
:Removing the newlines on the tags for
id
,metadata_license
, andproject_license
fixes the issue. Using other XML parsing tools doesn't include the newlines that appear to be causing the issue here, so I'm assuming such shouldn't be happening.I found the issue when using
flatpak-builder-lint
, but it looks like they recommended filing an issue here.The text was updated successfully, but these errors were encountered: