Commit a9af9123 by Sébastien Eustace Committed by Arun Babu Neelicattu

Fix flicker when displaying executor operations

parent 3a305d2a
...@@ -677,6 +677,7 @@ class Executor: ...@@ -677,6 +677,7 @@ class Executor:
if progress: if progress:
with self._lock: with self._lock:
self._sections[id(operation)].clear()
progress.start() progress.start()
done = 0 done = 0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment