Fix service_name deprecated whitespace

master
James Cameron 7 years ago
parent 9b687cab3f
commit ab7e9a8247

@ -140,7 +140,7 @@ class ActivityBundle(Bundle):
self._bundle_id = cp.get(section, 'service_name') self._bundle_id = cp.get(section, 'service_name')
logging.error('ATTENTION: service_name property in the ' logging.error('ATTENTION: service_name property in the '
'activity.info file is deprecated, should be ' 'activity.info file is deprecated, should be '
' changed to bundle_id') 'changed to bundle_id')
else: else:
raise MalformedBundleException( raise MalformedBundleException(
'Activity bundle %s does not specify a bundle id' % 'Activity bundle %s does not specify a bundle id' %

Loading…
Cancel
Save