diff --git a/conda/core/package_cache_data.py b/conda/core/package_cache_data.py index 9fae0967072..5ebc3b03756 100644 --- a/conda/core/package_cache_data.py +++ b/conda/core/package_cache_data.py @@ -634,7 +634,7 @@ def execute(self): assert not context.dry_run - if not self.cache_actions or not self.extract_actions: + if not self.cache_actions and not self.extract_actions: return if not context.verbosity and not context.quiet and not context.json: