Rename callback_v1 -> callback_progress_v1.

This commit is contained in:
voussoir 2021-01-18 12:04:43 -08:00
parent aa68744107
commit 5c0482032d
No known key found for this signature in database
GPG key ID: 5F7554F8C26DACCB

View file

@ -50,7 +50,7 @@ def callback_exclusion_v1(name, path_type):
'''
print('Excluding', path_type, name)
def callback_v1(fpobj, written_bytes, total_bytes):
def callback_progress_v1(fpobj, written_bytes, total_bytes):
'''
Example of a copy callback function.