[Reproducible-builds] [reproducible/diffoscope.git: PATCH] Correct "comment" on Device comparator.

Chris Lamb lamby at debian.org
Fri Aug 21 06:22:02 UTC 2015


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 9833d29..f7dc43f 100644
--- a/diffoscope/comparators/device.py
+++ b/diffoscope/comparators/device.py
@@ -51,4 +51,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")
-- 
2.5.0




More information about the Reproducible-builds mailing list