[diffoscope] 02/02: diffoscope.progress: Wider text field.
Chris Lamb
chris at chris-lamb.co.uk
Thu Dec 29 10:30:44 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 3776bb9387c5ea994e229cd4134e0b732d9e5fe2
Author: Chris Lamb <lamby at debian.org>
Date: Thu Dec 29 09:19:28 2016 +0000
diffoscope.progress: Wider text field.
Signed-off-by: Chris Lamb <lamby at debian.org>
---
diffoscope/progress.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/diffoscope/progress.py b/diffoscope/progress.py
index 1367019..390e2b0 100644
--- a/diffoscope/progress.py
+++ b/diffoscope/progress.py
@@ -98,7 +98,7 @@ class ProgressBar(object):
class Message(progressbar.Widget):
def update(self, pbar, _observer=self):
msg = _observer.msg
- width = 20
+ width = 25
if len(msg) <= width:
return msg.rjust(width)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/diffoscope.git
More information about the diffoscope
mailing list