Skip to content

Commit

Permalink
Remove old comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bhperry committed Feb 27, 2024
1 parent 8df4718 commit 51fee05
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion saturnfs/client/file_transfer.py
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,6 @@ def _collect(
completed_part = self.completed_queue.get()
if isinstance(completed_part, UploadStop):
# End of upload detected
# Producer only puts None on the queue when all workers are done
uploads_finished = not completed_part.error
self.completed_queue.task_done()
break
Expand Down

0 comments on commit 51fee05

Please sign in to comment.