[diffoscope] 03/06: Correct reference to `my_member` in Container progress calculation.

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 7011c53383de1b03e5ff88edf87d2e126f9ba768
Author: Chris Lamb <lamby at debian.org>
Date:   Wed Dec 28 17:05:37 2016 +0000

    Correct reference to `my_member` in Container progress calculation.
    
    Gbp-Dch: Ignore
    
    Signed-off-by: Chris Lamb <lamby at debian.org>
---
 diffoscope/comparators/utils/container.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/diffoscope/comparators/utils/container.py b/diffoscope/comparators/utils/container.py
index d15028b..4768a60 100644
--- a/diffoscope/comparators/utils/container.py
+++ b/diffoscope/comparators/utils/container.py
@@ -106,7 +106,7 @@ class Container(object, metaclass=abc.ABCMeta):
             if Config().new_file:
                 for my_member in my_members.values():
                     yield my_member, MissingFile('/dev/null', my_member), NO_COMMENT
-                    p.step(msg="bar")
+                    p.step(msg=my_member)
                 for other_member in other_members.values():
                     yield MissingFile('/dev/null', other_member), other_member, NO_COMMENT
                     p.step(msg=other_member)

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


More information about the diffoscope mailing list