Skip to content

Commit

Permalink
Quantified why we skip a file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Stegic committed May 27, 2021
1 parent 3d0ff1d commit 5bde5fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deduper.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
print(f"{format(md5.hexdigest())} {fileitem[1]}", flush=True)
fstot += Path(fileitem[1]).stat().st_size
else:
print(f"Skipping {fileitem[1]}")
print(f"Skipped {fileitem[1]}, does not exist.")
uniquenum = len(uniquefiles)
print(f"{uniquenum} hashes generated from {filenum} items.", flush=True)

Expand Down

0 comments on commit 5bde5fe

Please sign in to comment.