[Reproducible-commits] [diffoscope] 01/01: Remove unnecessary comparison.

Reiner Herrmann reiner at reiner-h.de
Sun Dec 6 16:41:02 UTC 2015


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

deki-guest pushed a commit to branch master
in repository diffoscope.

commit 96b136479992ec873ba62629b5310f88e477fc32
Author: Reiner Herrmann <reiner at reiner-h.de>
Date:   Sun Dec 6 17:29:38 2015 +0100

    Remove unnecessary comparison.
---
 diffoscope/comparators/fsimage.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/diffoscope/comparators/fsimage.py b/diffoscope/comparators/fsimage.py
index d53c1f8..35980ee 100644
--- a/diffoscope/comparators/fsimage.py
+++ b/diffoscope/comparators/fsimage.py
@@ -82,5 +82,4 @@ class FsImageFile(File):
         if my_fs != other_fs:
             differences.append(Difference.from_text(my_fs, other_fs, None, None, source="filesystem"))
 
-        differences.extend(self.as_container.compare(other.as_container))
         return differences

-- 
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