Skip to content

Commit

Permalink
add a rule() at the bottom of for-loops
Browse files Browse the repository at this point in the history
  • Loading branch information
o-smirnov committed Feb 2, 2024
1 parent e5e8557 commit 7887d37
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions stimela/task_stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ def restate_progress():
"""Renders a snapshot of the progress bar onto the console"""
if progress_bar is not None:
progress_console.print(progress_bar.get_renderable())
progress_console.rule()


@contextlib.contextmanager
def declare_subtask(subtask_name, status_reporter=None, hide_local_metrics=False):
Expand Down

0 comments on commit 7887d37

Please sign in to comment.