Skip to content

Commit 2033ff4

Browse files
committed
control: add explicit ns to run --debug
1 parent 4e8a7d9 commit 2033ff4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/warnet/control.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ def run(scenario_file: str, debug: bool, additional_args: tuple[str]):
249249
wait_for_pod(name)
250250
_logs(pod_name=name, follow=True)
251251
print("Deleting pod...")
252-
delete_pod(name)
252+
delete_pod(name, namespace=namespace)
253253

254254

255255
@click.command()

0 commit comments

Comments
 (0)