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

Commit c92956d

Browse files
committed
fix typo -> ignored_columns2=self.ignored_columns2
1 parent 9d2cd65 commit c92956d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data_diff/hashdiff_tables.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ def _bisect_and_diff_segments(
233233
columns1=table1.relevant_columns,
234234
columns2=table2.relevant_columns,
235235
ignored_columns1=self.ignored_columns1,
236-
ignored_columns2=self.ignored_columns1,
236+
ignored_columns2=self.ignored_columns2,
237237
)
238238
)
239239

0 commit comments

Comments
 (0)