File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -112,13 +112,12 @@ def list_active_scenarios():
112
112
@click .command ()
113
113
def down ():
114
114
"""Bring down a running warnet"""
115
- console .print ("[bold yellow]Bringing down the warnet...[/bold yellow]" )
116
-
117
- # Delete warnet-logging namespace
118
- if delete_namespace ("warnet-logging" ):
119
- console .print ("[green]Warnet logging deleted[/green]" )
120
- else :
121
- console .print ("[red]Warnet logging NOT deleted[/red]" )
115
+ with console .status ("[bold yellow]Bringing down the warnet...[/bold yellow]" ):
116
+ # Delete warnet-logging namespace
117
+ if delete_namespace ("warnet-logging" ):
118
+ console .print ("[green]Warnet logging deleted[/green]" )
119
+ else :
120
+ console .print ("[red]Warnet logging NOT deleted[/red]" )
122
121
123
122
# Uninstall tanks
124
123
tanks = get_mission ("tank" )
You can’t perform that action at this time.
0 commit comments