Skip to content

Commit

Permalink
Disable progressbar
Browse files Browse the repository at this point in the history
  • Loading branch information
LeaveMyYard committed Oct 12, 2023
1 parent 36a440c commit 9a26fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion robusta_krr/utils/progress_bar.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class ProgressBar(Configurable):

def __init__(self, config: Config, **kwargs) -> None:
super().__init__(config)
self.show_bar = self.echo_active
self.show_bar = self.echo_active and False
if self.show_bar:
self.alive_bar = alive_bar(**kwargs)

Expand Down

0 comments on commit 9a26fbf

Please sign in to comment.