Report skipped files
This commit is contained in:
parent
7fe06c247b
commit
f1cfc28a1c
@ -103,6 +103,7 @@ class FileCopier(transfer.FileTransferer):
|
|||||||
d_stat = dstpath.stat()
|
d_stat = dstpath.stat()
|
||||||
if d_stat.st_size == s_stat.st_size and d_stat.st_mtime >= s_stat.st_mtime:
|
if d_stat.st_size == s_stat.st_size and d_stat.st_mtime >= s_stat.st_mtime:
|
||||||
log.info('SKIP %s; already exists', srcpath)
|
log.info('SKIP %s; already exists', srcpath)
|
||||||
|
self.progress_cb.transfer_file_skipped(srcpath, dstpath)
|
||||||
self.files_skipped += 1
|
self.files_skipped += 1
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user