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 6a9098e commit 2928750Copy full SHA for 2928750
src/pip/_internal/utils/temp_dir.py
@@ -214,7 +214,7 @@ def onerror(
214
rmtree(self._path, onexc=onerror)
215
if errors:
216
logger.warning(
217
- "Failed to remove contents of a temporary directory '%s'.\n"
+ "Failed to remove contents in a temporary directory '%s'.\n"
218
"You can safely remove it manually.",
219
self._path,
220
)
0 commit comments