Skip to content

Commit

Permalink
Fix flicker when displaying executor operations
Browse files Browse the repository at this point in the history
  • Loading branch information
sdispater authored and abn committed May 7, 2022
1 parent 3a305d2 commit a9af912
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/poetry/installation/executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a9af912

Please sign in to comment.