Skip to content

Commit ac67bba

Browse files
authored
Reword the error message
The user should choose to abort the run -- we don't want to imply that they need to do so.
1 parent 15e886c commit ac67bba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pip/_internal/resolution/resolvelib/reporter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def __init__(self) -> None:
2828
"This is taking longer than usual. You might need to provide "
2929
"the dependency resolver with stricter constraints to reduce "
3030
"runtime. See https://pip.pypa.io/warnings/backtracking for "
31-
"tips and/or press Ctrl + C to abort this run."
31+
"guidance. If you want to abort this run, press Ctrl + C."
3232
),
3333
}
3434

0 commit comments

Comments
 (0)