typo
This commit is contained in:
parent
702581687c
commit
f5ebce9c94
@ -59,7 +59,7 @@ def deleteDuplicates(duplicates):
|
||||
print(f"Deleting {dupe[1]} and keeping {dupe[0]}\n")
|
||||
elif len(dupe[1]) < len(dupe[0]) and "/" in dupe[1]:
|
||||
print(f"Deleting {dupe[0]} and keeping {dupe[1]}\n")
|
||||
print(f"To delete: {len(deletion)} Ignored: {len(ignored)})
|
||||
print(f"To delete: {len(deletion)} Ignored: {len(ignored)}")
|
||||
|
||||
|
||||
def main():
|
||||
|
||||
Loading…
Reference in New Issue
Block a user