We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3a037c commit dafb0c7Copy full SHA for dafb0c7
1 file changed
sqlmesh/core/console.py
@@ -832,7 +832,7 @@ def update_snapshot_evaluation_progress(
832
audits_str += f" {RED_X_MARK}{num_audits_failed}"
833
audits_str = f", audits{audits_str}" if audits_str else ""
834
annotation_len = self.evaluation_column_widths["annotation"]
835
- annotation = f"\[{annotation + audits_str}]".ljust(
+ annotation = f"\\[{annotation + audits_str}]".ljust(
836
annotation_len - 1 if num_audits_failed else annotation_len
837
)
838
0 commit comments