|
|
|
@ -2106,7 +2106,7 @@ class ImageOptimizer:
|
|
|
|
|
eta = 0 |
|
|
|
|
td = timedelta(seconds=eta) |
|
|
|
|
if not self.getQuiet(): |
|
|
|
|
self.printo("[%4s of %4s] Estimated time: %s; will done at %s" % ( |
|
|
|
|
self.printo("[%4s of %4s] Estimated time: %s; will be done at %s" % ( |
|
|
|
|
self._processed_count, self._total_count, td, now + td, |
|
|
|
|
)) |
|
|
|
|
|
|
|
|
|