Merge pull request #4167 from aneesh-n/progress-percent-eta-fix

ui/backup: Fix percent and eta in backup progress
This commit is contained in:
Michael Eischer
2023-01-26 22:42:10 +01:00
committed by GitHub
2 changed files with 7 additions and 0 deletions

View File

@@ -199,6 +199,7 @@ func (p *Progress) ReportTotal(item string, s archiver.ScanStats) {
p.scanStarted = true
if item == "" {
p.scanFinished = true
p.printer.ReportTotal(item, p.start, s)
}
}