diff --git a/conda/core/path_actions.py b/conda/core/path_actions.py index 5e747c1d5a4..6b1ae96cdea 100644 --- a/conda/core/path_actions.py +++ b/conda/core/path_actions.py @@ -598,7 +598,7 @@ def execute(self): def reverse(self): # this removes all pyc files even if they were not created if self._execute_successful: - log.trace("reversing pyc creation %s", self.target_full_path) + log.trace("reversing pyc creation %s", ' '.join(self.target_full_paths)) for target_full_path in self.target_full_paths: rm_rf(target_full_path)