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 be589c2 commit 4d40531Copy full SHA for 4d40531
src/warnet/graph.py
@@ -199,7 +199,7 @@ def create():
199
# Check if the project has a networks directory
200
if not (project_path / "networks").exists():
201
click.secho(
202
- "The current directory does not have a 'networks' directory. Please run 'warnet init' or 'warnet create' first.",
+ "The current directory does not have a 'networks' directory. Please run 'warnet init' or 'warnet new' first.",
203
fg="red",
204
bold=True,
205
)
0 commit comments