Skip to content

Commit e6e777c

Browse files
committed
Fix spacing for creation and virtual progress bar updates
1 parent 7791e8d commit e6e777c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sqlmesh/core/console.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -894,7 +894,7 @@ def start_creation_progress(
894894
self.creation_column_widths["name"] = max(
895895
len(
896896
snapshot.display_name(
897-
self.environment_naming_info,
897+
environment_naming_info,
898898
default_catalog if self.verbosity < Verbosity.VERY_VERBOSE else None,
899899
dialect=self.dialect,
900900
)
@@ -982,7 +982,7 @@ def start_promotion_progress(
982982
self.promotion_column_widths["name"] = max(
983983
len(
984984
snapshot.display_name(
985-
self.environment_naming_info,
985+
environment_naming_info,
986986
default_catalog if self.verbosity < Verbosity.VERY_VERBOSE else None,
987987
dialect=self.dialect,
988988
)

0 commit comments

Comments
 (0)