From d838355f65ba180d47c10b7b96d1e597895894d8 Mon Sep 17 00:00:00 2001 From: brainbot-devops Date: Thu, 15 Aug 2019 08:14:03 +0200 Subject: [PATCH] --spaas-no-tear-down must be a boolean flag. --- scenario_player/main.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scenario_player/main.py b/scenario_player/main.py index 9c8461ca5..a2896c596 100644 --- a/scenario_player/main.py +++ b/scenario_player/main.py @@ -134,8 +134,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(