Skip to content

Commit d236f66

Browse files
committed
improve missing helm error
1 parent e0498a6 commit d236f66

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
@@ -341,7 +341,7 @@ def filter(path):
341341
print(f"Error: {e.stderr}")
342342
except FileNotFoundError as e:
343343
click.secho(e)
344-
click.secho("Please install Helm.", fg="red")
344+
click.secho("Please install Helm or re-run `warnet setup`", fg="red")
345345
sys.exit(1)
346346

347347
# upload scenario files and network data to the init container

0 commit comments

Comments
 (0)