[trivial] Remove addition whitespace in string
When constructing the description there is trainling whitespace *and* leading whitespace. This is redundant. Change-Id: I84f2fbc5daed10b34b8e2285f7ead7bffd6d8c52
This commit is contained in:
parent
c05ec5b520
commit
dacf78b113
@ -112,7 +112,7 @@ def main():
|
||||
return 1
|
||||
|
||||
description = ('Update development cycle in openstack/releases with '
|
||||
' key election events')
|
||||
'key election events')
|
||||
parser = argparse.ArgumentParser(description)
|
||||
parser.add_argument('--releases-repo', dest='releases_repo',
|
||||
required=True,
|
||||
|
Loading…
Reference in New Issue
Block a user