86
86
This may update a progress bar, spinner, or similar display.
87
87
By default it does nothing.
91
92
def _progress_updated(self, task):
92
93
"""A task has been updated and wants to be displayed.
95
99
warnings.warn("%r is not the top progress task %r" %
96
100
(task, self._task_stack[-1]))
97
101
self._progress_view.show_progress(task)