Updated ddrescue.py
This commit is contained in:
parent
bb23d49833
commit
f802ea860d
1 changed files with 3 additions and 3 deletions
|
|
@ -392,7 +392,7 @@ class RecoveryState():
|
||||||
self.status_percent = get_formatted_status(
|
self.status_percent = get_formatted_status(
|
||||||
label='Recovered:', data=self.rescued_percent)
|
label='Recovered:', data=self.rescued_percent)
|
||||||
self.status_amount = get_formatted_status(
|
self.status_amount = get_formatted_status(
|
||||||
label='', data=human_readable_size(self.rescued))
|
label='', data=human_readable_size(self.rescued, decimals=2))
|
||||||
|
|
||||||
|
|
||||||
# Functions
|
# Functions
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue