diff --git a/tqdm/rich.py b/tqdm/rich.py index e67990d8..3d392eda 100644 --- a/tqdm/rich.py +++ b/tqdm/rich.py @@ -116,6 +116,7 @@ class tqdm_rich(std_tqdm): # pragma: no cover def close(self): if self.disable: return + self.display() # print 100%, vis #1306 super().close() self._prog.__exit__(None, None, None)