[Reproducible-commits] [diffoscope] 01/01: Correct "comment" on Device comparator.

Jérémy Bobbio lunar at moszumanska.debian.org
Fri Aug 21 07:55:20 UTC 2015


This is an automated email from the git hooks/post-receive script.

lunar pushed a commit to branch master
in repository diffoscope.

commit a437d366d54c6e79beb84f0bca92c821cac93fd0
Author: Chris Lamb <lamby at debian.org>
Date:   Fri Aug 21 08:22:02 2015 +0200

    Correct "comment" on Device comparator.
    
    Signed-off-by: Chris Lamb <lamby at debian.org>
---
 diffoscope/comparators/device.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/diffoscope/comparators/device.py b/diffoscope/comparators/device.py
index bfaa310..f33af16 100644
--- a/diffoscope/comparators/device.py
+++ b/diffoscope/comparators/device.py
@@ -50,4 +50,4 @@ class Device(File):
         logger.debug('my_content %s', self.path)
         with open(self.path) as my_content, \
              open(other.path) as other_content:
-            return Difference.from_file(my_content, other_content, self.name, other.name, source=source, comment="symlink")
+            return Difference.from_file(my_content, other_content, self.name, other.name, source=source, comment="device")

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



More information about the Reproducible-commits mailing list