Fix whitespace in AppStream metadata warning

Encountered on Hello World activity.
master
James Cameron 5 years ago
parent a62bb885fc
commit ec753badbc

@ -368,9 +368,9 @@ class Installer(Packager):
if not info.has_option('Activity', name): if not info.has_option('Activity', name):
print('[WARNING] Activity needs more metadata for AppStream ' print('[WARNING] Activity needs more metadata for AppStream '
'file') 'file')
print(' Without an AppStream file, the activity will NOT ' print(' Without an AppStream file, the activity will not '
'show in software stores!') 'show in software stores')
print(' Please `pydoc sugar3.activity.bundlebuilder` for' print(' Please `pydoc sugar3.activity.bundlebuilder` for '
'more info') 'more info')
return return

Loading…
Cancel
Save