Skip to content

Commit

Permalink
Merge pull request #1 from ictorv/1251-hide-progress-bar-once-the-exe…
Browse files Browse the repository at this point in the history
…cution-is-done

feat: hide progress bar after execution
  • Loading branch information
ictorv authored Jan 29, 2025
2 parents 66ca391 + 81bae22 commit d297b58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions skore/src/skore/utils/_progress_bar.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ def wrapper(*args, **kwargs):
),
TextColumn("[orange1]{task.percentage:>3.0f}%"),
expand=False,
transient=True
)
progress.start()

Expand Down

0 comments on commit d297b58

Please sign in to comment.