Fix shifting ticks
This commit is contained in:
parent
f0ea6d82bd
commit
feff03df5d
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ class ProgressBar:
|
||||||
):
|
):
|
||||||
return
|
return
|
||||||
|
|
||||||
self._last_percentage = percentage
|
self._last_percentage += self.min_progress_percentage_change
|
||||||
|
|
||||||
file_size_mb = bytes_to_megabytes(self._file_size)
|
file_size_mb = bytes_to_megabytes(self._file_size)
|
||||||
seen_so_far_mb = bytes_to_megabytes(self._seen_so_far)
|
seen_so_far_mb = bytes_to_megabytes(self._seen_so_far)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue