Skip to content

Commit

Permalink
--spaas-no-tear-down must be a boolean flag.
Browse files Browse the repository at this point in the history
  • Loading branch information
brainbot-devops committed Aug 15, 2019
1 parent 1467041 commit 4619a75
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scenario_player/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,9 @@ def main(ctx, chains, data_path):
"--spaas-no-teardown",
"no_spaas_teardown",
default=False,
is_flag=True,
help="Do NOT tear down the spaas stack after scenario execution completes. "
"Allows runnign scenarios concurrently. [Default: False]",
"Allows running scenarios concurrently. [Default: False]",
)
@click.pass_context
def run(
Expand Down

0 comments on commit 4619a75

Please sign in to comment.