Skip to content

Commit

Permalink
Don't advice about --verbose (it'ss obvious)
Browse files Browse the repository at this point in the history
  • Loading branch information
pradyunsg committed Apr 17, 2018
1 parent fa1219f commit 3e7a66c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/pip/_internal/commands/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -499,10 +499,4 @@ def create_env_error_message(error, show_traceback, using_user_site):
parts.append(permissions_part)
parts.append(".\n")

# If we won't show a traceback, tell the user how to get it.
if not show_traceback:
parts.append(
"To view error traceback, increase verbosity by passing --verbose."
)

return "".join(parts).strip() + "\n"

0 comments on commit 3e7a66c

Please sign in to comment.