Skip to content

Commit

Permalink
open_ended_progress (#206)
Browse files Browse the repository at this point in the history
* cereja: fixes bug in visualize_sample

* display: corrige método `__exit__` do Context Manager para finalizar a barra de progresso.

* cereja: update version

---------

Co-authored-by: Denny <dennyceccon@handtalk.com>
  • Loading branch information
dennymarcels and Denny authored Jan 10, 2024
1 parent 3f9d0da commit 0a7f41b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cereja/display/_display.py
Original file line number Diff line number Diff line change
Expand Up @@ -1078,6 +1078,7 @@ def __exit__(self, exc_type, exc_val, exc_tb):
self._console.error(
f"{os.path.basename(exc_tb.tb_frame.f_code.co_filename)}:{exc_tb.tb_lineno}: {exc_val}"
)
self._iter_finaly = True
self.stop()
self._task_count = 0
self._with_context = False
Expand Down

0 comments on commit 0a7f41b

Please sign in to comment.