Change crawler and downloader output

This commit is contained in:
Joscha
2020-04-24 18:24:44 +00:00
parent 8258fa8919
commit 292e516297
4 changed files with 32 additions and 22 deletions

View File

@@ -56,7 +56,7 @@ class Organizer(Location):
if dst_absolute.exists() and dst_absolute.is_file():
if filecmp.cmp(str(src_absolute), str(dst_absolute), shallow=False):
# Bail out, nothing more to do
PRETTY.ignored_file(dst_absolute)
PRETTY.ignored_file(dst_absolute, "same file contents")
self.mark(dst)
return