Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit f83eb4e

Browse files
committed
print final message once
1 parent 91e1d98 commit f83eb4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data_diff/dbt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def dbt_diff(
8484
+ "Skipped due to missing primary-key tag or multi-column primary-key (unsupported for non --cloud diffs)\n"
8585
)
8686

87-
rich.print("Diffs Complete!")
87+
rich.print("Diffs Complete!")
8888

8989

9090
def _get_diff_vars(

0 commit comments

Comments
 (0)