104
104
return self._parent_task._overall_completion_fraction(own_fraction)
106
def note(self, fmt_string, *args, **kwargs):
107
107
"""Record a note without disrupting the progress bar."""
108
108
# XXX: shouldn't be here; put it in mutter or the ui instead
113
112
# XXX: shouldn't be here; put it in mutter or the ui instead