FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

fixed ETA spacing issue · okeuday/python-progressbar@c624d23 · GitHub

Commit c624d23

Browse files
committed
fixed ETA spacing issue
1 parent d345631 commit c624d23

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

‎progressbar/widgets.py‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -299,9 +299,9 @@ class ETA(Timer):
299299
def __init__(
300300
self,
301301
format_not_started='ETA: --:--:--',
302-
format_finished='Time: %(elapsed)s',
303-
format='ETA: %(eta)s',
304-
format_zero='ETA: 0:00:00',
302+
format_finished='Time: %(elapsed)8s',
303+
format='ETA: %(eta)8s',
304+
format_zero='ETA: 00:00:00',
305305
format_NA='ETA: N/A',
306306
**kwargs):
307307

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL