We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0498a6 commit d236f66Copy full SHA for d236f66
src/warnet/control.py
@@ -341,7 +341,7 @@ def filter(path):
341
print(f"Error: {e.stderr}")
342
except FileNotFoundError as e:
343
click.secho(e)
344
- click.secho("Please install Helm.", fg="red")
+ click.secho("Please install Helm or re-run `warnet setup`", fg="red")
345
sys.exit(1)
346
347
# upload scenario files and network data to the init container
0 commit comments