add counter comment
This commit is contained in:
parent
ccea4831aa
commit
40f7c04004
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ class find_duplicate_files:
|
|||
count = 0
|
||||
for hash in first_files:
|
||||
count += 1
|
||||
print(f"{count}/{total}")
|
||||
print(f"# Checking file {count} of {total}")
|
||||
if hash in second_files:
|
||||
print(f"#File '{first_files[hash]}' is dupe with '{second_files[hash]}'.")
|
||||
print(f"rm '{first_files[hash]}'")
|
||||
|
|
Loading…
Reference in a new issue