1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2026-01-22 14:41:39 +00:00

Merge branch 'master' into develop

This commit is contained in:
Virgil Dupras
2013-11-09 16:21:59 -05:00
2 changed files with 15 additions and 2 deletions

View File

@@ -182,9 +182,9 @@ class DupeGuru(RegistrableApplication, Broadcaster):
return self.results.is_marked(dupe)
if key == 'percentage':
m = get_group().get_match_of(dupe)
result = m.percentage
return m.percentage
elif key == 'dupe_count':
result = 0
return 0
else:
result = cmp_value(dupe, key)
if delta: