Change warning wording

Co-authored-by: Tzu-ping Chung <uranusjr@gmail.com>
This commit is contained in:
Aleš Erjavec 2022-09-07 14:45:27 +02:00 committed by Ales Erjavec
parent 6a9098ed48
commit 2928750ae6
1 changed files with 1 additions and 1 deletions

View File

@ -214,7 +214,7 @@ class TempDirectory:
rmtree(self._path, onexc=onerror)
if errors:
logger.warning(
"Failed to remove contents of a temporary directory '%s'.\n"
"Failed to remove contents in a temporary directory '%s'.\n"
"You can safely remove it manually.",
self._path,
)