Skip to content
Snippets Groups Projects
Commit b7bf8b58 authored by Guido Trotter's avatar Guido Trotter Committed by Michael Hanselmann
Browse files

Wrap a few long lines


Had to break it as well, today! ;)

Signed-off-by: default avatarGuido Trotter <ultrotter@google.com>
Reviewed-by: default avatarMichael Hanselmann <hansmi@google.com>
parent 6bc1c168
No related branches found
No related tags found
No related merge requests found
......@@ -81,11 +81,11 @@ RESTART_OPT = cli.cli_option("--restart", default=_RESTART_ALL,
" same name (One of: %s/%s/%s)" %
_RESTART_CHOICES))
SKIP_STOP_INSTANCES_OPT = cli.cli_option("--skip-stop-instances", default=True,
action="store_false", dest="stop_instances",
help=("Don't stop the instances on the"
" clusters, just check that none"
" is running"))
SKIP_STOP_INSTANCES_OPT = \
cli.cli_option("--skip-stop-instances", default=True, action="store_false",
dest="stop_instances",
help=("Don't stop the instances on the clusters, just check "
"that none is running"))
def Flatten(unflattened_list):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment