[diffoscope] 01/02: Fix copy/paste error in debian_fallback module

Jérémy Bobbio lunar at moszumanska.debian.org
Sat Jan 23 19:24:16 CET 2016


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

lunar pushed a commit to branch master
in repository diffoscope.

commit 2965851101cac644afda9cb7d05783c776e9b3ce
Author: Jérémy Bobbio <lunar at debian.org>
Date:   Sat Jan 23 18:08:16 2016 +0000

    Fix copy/paste error in debian_fallback module
---
 diffoscope/comparators/debian_fallback.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/diffoscope/comparators/debian_fallback.py b/diffoscope/comparators/debian_fallback.py
index 0633c97..7bdaa61 100644
--- a/diffoscope/comparators/debian_fallback.py
+++ b/diffoscope/comparators/debian_fallback.py
@@ -53,7 +53,7 @@ class DotBuildinfoFile(TextFile):
 
     @staticmethod
     def recognizes(file):
-        return DotDscFile.RE_FILE_EXTENSION.search(file.name)
+        return DotBuildinfoFile.RE_FILE_EXTENSION.search(file.name)
 
     def compare(self, other, source=None):
         difference = super().compare(other)

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


More information about the diffoscope mailing list