scans now put AI back on by default, and optimise to only call path-level scans once per path, rather than once per dir in path
This commit is contained in:
2
dups.py
2
dups.py
@@ -107,7 +107,7 @@ class Duplicates(PA):
|
||||
return True
|
||||
return False
|
||||
|
||||
# this stores this object into the keep from same path list (DDP: sometimes there can be more than 1 SP, e.g SP to SP to IP)
|
||||
# this stores this object into the keep from same path list (sometimes there can be more than 1 SP, e.g SP to SP to IP)
|
||||
# for now, by not dealing with the extra SP, we will just delete the IP, and force a check_dups after deleting, it will then
|
||||
# pick up and process the SP to SP - if still needed -- if there is only SP1 to SP2, then the per_path_dup will pick it up and
|
||||
# I believe this will all work, but doesn't hurt to do an extra check_dups again
|
||||
|
||||
Reference in New Issue
Block a user