[diffoscope] 02/06: Include the filename, etc in the --status-fd progress message JSON output.

Chris Lamb chris at chris-lamb.co.uk
Wed Dec 28 19:40:01 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 45a930abd02b0409622e55cde26bb151dda21754
Author: Chris Lamb <lamby at debian.org>
Date:   Wed Dec 28 17:03:52 2016 +0000

    Include the filename, etc in the --status-fd progress message JSON output.
    
    Signed-off-by: Chris Lamb <lamby at debian.org>
---
 diffoscope/progress.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/diffoscope/progress.py b/diffoscope/progress.py
index 5cce25a..6d53810 100644
--- a/diffoscope/progress.py
+++ b/diffoscope/progress.py
@@ -137,6 +137,7 @@ class StatusFD(object):
 
     def notify(self, current, total, msg):
         print(json.dumps({
+            'msg': msg,
             'total': total,
             'current': current,
         }), file=self.fileobj)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/diffoscope.git


More information about the diffoscope mailing list