mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-07-05 06:53:20 +00:00
Fixed a crash on sorting by dimensions (in PE) while being in dupesonly/delta mode.
This commit is contained in:
parent
235d3ae521
commit
b9ac135b89
@ -72,7 +72,7 @@ class DupeGuru(DupeGuruBase):
|
||||
r = cmp_value(dupe, key)
|
||||
if delta and (key in self.result_table.DELTA_COLUMNS):
|
||||
ref_value = cmp_value(get_group().ref, key)
|
||||
if key == 4: # dimensions
|
||||
if key == 'dimensions':
|
||||
r = get_delta_dimensions(r, ref_value)
|
||||
else:
|
||||
r -= ref_value
|
||||
|
Loading…
x
Reference in New Issue
Block a user