Merge "Remove rendundant parentheses of cfg help strings"
This commit is contained in:
@@ -41,7 +41,7 @@ util_opts = [
|
||||
help='Whether to disable inter-process locks'),
|
||||
cfg.StrOpt('lock_path',
|
||||
default=os.environ.get("OSLO_LOCK_PATH"),
|
||||
help=('Directory to use for lock files.'))
|
||||
help='Directory to use for lock files.')
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user