Skip to content

Commit

Permalink
@odeimaiz review: remove ]
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderegg authored Sep 3, 2024
1 parent 0f2928b commit 1fd5739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/storage/src/simcore_service_storage/s3_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def _update(self) -> None:
update_task_progress(
self.task_progress,
f"{self.task_progress_message_prefix} - "
f"{self.total_bytes_to_transfer.human_readable()}]",
f"{self.total_bytes_to_transfer.human_readable()}",
ProgressPercent(
min(self._total_bytes_copied, self.total_bytes_to_transfer)
/ (self.total_bytes_to_transfer or 1)
Expand Down

0 comments on commit 1fd5739

Please sign in to comment.