diff --git a/mostlyai/sdk/client/_utils.py b/mostlyai/sdk/client/_utils.py index 3b2f04b4..6156a396 100644 --- a/mostlyai/sdk/client/_utils.py +++ b/mostlyai/sdk/client/_utils.py @@ -295,7 +295,8 @@ def _rich_table_insert_row(*renderables: RenderableType | None, table: Table, id ProgressStatus.failed, ProgressStatus.canceled, ): - live.refresh() + if progress_bar: + live.refresh() time.sleep(1) # give the system a moment to update the status return except KeyboardInterrupt: