one further nuance with counts after testing, fixed
This commit is contained in:
4
dups.py
4
dups.py
@@ -251,6 +251,10 @@ class Duplicates:
|
||||
if self.AddDupPath( hash ):
|
||||
self.total_dups += 2
|
||||
else:
|
||||
# okay, if we are here, this path combo is also in an IP <-> SP combo.
|
||||
# IF, this dup we tried to add was in SP<->SP, then there
|
||||
# is another dup to count, if its IP<->IP (as we append these to the del list), then nothing further to count
|
||||
if self.InStoragePath(self.dups_to_process[hash][0].d):
|
||||
self.total_dups += 1
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user