[diffoscope] 04/04: diffoscope.progress: Add another space before the ETA and after the message.
Chris Lamb
chris at chris-lamb.co.uk
Thu Dec 29 00:17:25 CET 2016
This is an automated email from the git hooks/post-receive script.
lamby pushed a commit to branch master
in repository diffoscope.
commit f77e298bbced8c632fb4f00fe1106172621c9808
Author: Chris Lamb <lamby at debian.org>
Date: Wed Dec 28 23:14:01 2016 +0000
diffoscope.progress: Add another space before the ETA and after the message.
---
diffoscope/progress.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/diffoscope/progress.py b/diffoscope/progress.py
index bbb7d62..3972d37 100644
--- a/diffoscope/progress.py
+++ b/diffoscope/progress.py
@@ -117,7 +117,7 @@ class ProgressBar(object):
progressbar.Percentage(),
' ',
Message(),
- ' ',
+ ' ',
progressbar.ETA(),
' ',
))
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/diffoscope.git
More information about the diffoscope
mailing list