Skip to content

Commit ca4dada

Browse files
committed
Chore: fix escape char warning
1 parent c0cf0af commit ca4dada

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sqlmesh/core/console.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -690,7 +690,7 @@ def update_snapshot_evaluation_progress(
690690
if not num_audits_failed
691691
else annotation_width - 1, # -1 for RED_X_MARK's extra space
692692
dots_side="right",
693-
prefix=" \[",
693+
prefix=" \\[",
694694
suffix="]",
695695
)
696696
annotation = annotation.replace(CHECK_MARK, GREEN_CHECK_MARK)

0 commit comments

Comments
 (0)