diff --git a/src/poetry/installation/executor.py b/src/poetry/installation/executor.py index 8cff817d3a8..b890dc30b80 100644 --- a/src/poetry/installation/executor.py +++ b/src/poetry/installation/executor.py @@ -677,6 +677,7 @@ def _download_archive(self, operation: Install | Update, link: Link) -> Path: if progress: with self._lock: + self._sections[id(operation)].clear() progress.start() done = 0