Add missing ws seperator between words
This is to add missing ws seperator between words. Change-Id: I28a5da8809b9c8f2c0956af7bb4fbf82295668c6
This commit is contained in:
@@ -60,7 +60,7 @@ OPTS = [
|
||||
help='Frequency of checking if batch criteria is met.'),
|
||||
cfg.BoolOpt('retry_on_failure',
|
||||
default=False,
|
||||
help='Indicates whether publisher retries publishing'
|
||||
help='Indicates whether publisher retries publishing '
|
||||
'sample in case of failure. Only a few error cases '
|
||||
'are queued for a retry.'),
|
||||
# NOTE: the retry interval is hard coded for the periodicals decorator
|
||||
|
||||
Reference in New Issue
Block a user