Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Commit 3a359a5

Browse files
Update src/sparsezoo/utils/download.py
Co-authored-by: dbogunowicz <97082108+dbogunowicz@users.noreply.github.com>
1 parent 16e28d4 commit 3a359a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sparsezoo/utils/download.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def queue_chunk_download_jobs(self) -> None:
115115
Queues two jobs: file chunk download and combining the chunks.
116116
117117
This method calculates the number of download jobs needed based on the size of
118-
the file to be downloadedand the size of each chunk. It creates download jobs
118+
the file to be downloaded and the size of each chunk. It creates download jobs
119119
for each chunk, where each job is responsible for downloading a specific byte
120120
range of the file. After queuing all the chunk download jobs, it queues an
121121
additional job to combine these chunks into the final file.

0 commit comments

Comments
 (0)