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:
@@ -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)" )
|
||||
|
||||
Reference in New Issue
Block a user