summaryrefslogtreecommitdiff
path: root/robusta_krr/utils
diff options
context:
space:
mode:
Diffstat (limited to 'robusta_krr/utils')
-rw-r--r--robusta_krr/utils/progress_bar.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/robusta_krr/utils/progress_bar.py b/robusta_krr/utils/progress_bar.py
index 621dc18..32bf211 100644
--- a/robusta_krr/utils/progress_bar.py
+++ b/robusta_krr/utils/progress_bar.py
@@ -14,7 +14,7 @@ class ProgressBar(Configurable):
def __init__(self, config: Config, **kwargs) -> None:
super().__init__(config)
- self.show_bar = self.echo_active and False
+ self.show_bar = self.echo_active
if self.show_bar:
self.alive_bar = alive_bar(**kwargs)