From 0ef6abc1b645f5106ea3566c200ee3b00408eda0 Mon Sep 17 00:00:00 2001 From: Pradyun Gedam Date: Sat, 25 Sep 2021 08:00:52 +0100 Subject: [PATCH] Update news/10459.feature.rst --- news/10459.feature.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/news/10459.feature.rst b/news/10459.feature.rst index bc4e74f8527..0791ccb2590 100644 --- a/news/10459.feature.rst +++ b/news/10459.feature.rst @@ -1,2 +1 @@ -Do not raise error when there are no files to remove with ``pip cache purge/remove``. -Instead log a warning and continue (to log that we removed 0 files). +Change the exit code of ``pip cache`` to zero, when there are no files to remove.