We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d46166 commit fe55d80Copy full SHA for fe55d80
src/ghga_connector/core/downloading/downloader.py
@@ -67,7 +67,7 @@ async def download_file(self, *, output_path: Path, part_size: int):
67
68
The process is, roughly:
69
- Retrieve file envelope
70
- - Schedule a download task for every file parts
+ - Schedule a download task for every file part
71
- Write file parts to disk as they're completed
72
"""
73
# Split the file into parts based on the part size
0 commit comments