rewrote dups.html to now use newer model, where we will auto-delete those that match the regexp, and not show a per row view of these. Also removed extra / unneeded line when processing deleting files

This commit is contained in:
2021-03-17 20:04:25 +11:00
parent 08dc646371
commit 2cd55580a9
3 changed files with 42 additions and 37 deletions

View File

@@ -895,7 +895,6 @@ def RemoveDups(job):
elif f.file_details[0].eid == int(keeping):
found = f
else:
exists = os.path.isfile(f.in_dir[0].path_prefix+'/'+f.name)
del_me_lst.append(f)
if found == None:
AddLogForJob( job, f"ERROR: Cannot find file with hash={hash} to process - skipping it)" )