Skip to content

Commit 55951de

Browse files
authored
Update resumable_downloader.py
1 parent 16d683d commit 55951de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qcloud_cos/resumable_downloader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def start(self):
6060
pool.wait_completion()
6161
result = pool.get_result()
6262
if not result['success_all']:
63-
raise CosClientError('some upload_part fail after max_retry, please upload_file again')
63+
raise CosClientError('some download_part fail after max_retry, please downloade_file again')
6464

6565
if os.path.exists(self.__dest_file_path):
6666
os.remove(self.__dest_file_path)

0 commit comments

Comments
 (0)