From 5c0482032d4bd7372657a9e1ed4b9664e8a691be Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Mon, 18 Jan 2021 12:04:43 -0800 Subject: [PATCH] Rename callback_v1 -> callback_progress_v1. --- voussoirkit/spinal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/voussoirkit/spinal.py b/voussoirkit/spinal.py index 15555b8..7c92033 100644 --- a/voussoirkit/spinal.py +++ b/voussoirkit/spinal.py @@ -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.