Rename callback_v1 -> callback_progress_v1.
This commit is contained in:
parent
aa68744107
commit
5c0482032d
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue