Skip to content

Commit

Permalink
fix: clarify error message in the install script
Browse files Browse the repository at this point in the history
  • Loading branch information
olszewskista authored and radoering committed Jan 6, 2025
1 parent 07445aa commit ebc39c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/poetry/console/commands/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ def handle(self) -> int:
# No need for an editable install in this case.
self.line("")
self.line_error(
f"Warning: The current project could not be installed: {e}\n"
f"Error: The current project could not be installed: {e}\n"
"If you do not want to install the current project"
" use <c1>--no-root</c1>.\n"
"If you want to use Poetry only for dependency management"
Expand Down

0 comments on commit ebc39c3

Please sign in to comment.