1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2025-05-09 10:19:50 +00:00

Compare commits

..

No commits in common. "4641bd6ec9a21aa756529a25e21ff4db2cd93991" and "0b46ca2222c9d9c3b3276627cfbf1f2fc16a850b" have entirely different histories.

View File

@ -41,8 +41,6 @@ class DupeRow(Row):
# table.DELTA_COLUMNS are always "delta"
self._delta_columns = self.table.DELTA_COLUMNS.copy()
dupe_info = self.data
if self._group.ref is None:
return False
ref_info = self._group.ref.get_display_info(group=self._group, delta=False)
for key, value in dupe_info.items():
if (key not in self._delta_columns) and (