[diffoscope] 04/10: Don't redefine .name() in Archive when its already defined in File

Jérémy Bobbio lunar at moszumanska.debian.org
Wed Jan 20 16:11:44 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 c2618f8c5753c02b2382e96cedca45c1dc2e46ef
Author: Jérémy Bobbio <lunar at debian.org>
Date:   Wed Jan 20 13:06:21 2016 +0000

    Don't redefine .name() in Archive when its already defined in File
---
 diffoscope/comparators/utils.py | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/diffoscope/comparators/utils.py b/diffoscope/comparators/utils.py
index df34e67..ea1b274 100644
--- a/diffoscope/comparators/utils.py
+++ b/diffoscope/comparators/utils.py
@@ -246,10 +246,6 @@ class ArchiveMember(File):
         return self._container
 
     @property
-    def name(self):
-        return self._name
-
-    @property
     def path(self):
         if self._path is None:
             logger.debug('unpacking %s', self._name)

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


More information about the diffoscope mailing list