[Reproducible-commits] [debbindiff] 07/09: Fix setter for Difference.comment

Jérémy Bobbio lunar at moszumanska.debian.org
Tue Sep 30 15:10:11 UTC 2014


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

lunar pushed a commit to branch master
in repository debbindiff.

commit 39c49820fedf671c688600f54026469ea8c79919
Author: Jérémy Bobbio <lunar at debian.org>
Date:   Tue Sep 30 16:43:03 2014 +0200

    Fix setter for Difference.comment
---
 debbindiff/difference.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debbindiff/difference.py b/debbindiff/difference.py
index fa1fa3f..cb7f4eb 100644
--- a/debbindiff/difference.py
+++ b/debbindiff/difference.py
@@ -39,7 +39,7 @@ class Difference(object):
         return self._comment
 
     @comment.setter
-    def set_comment(self, comment):
+    def comment(self, comment):
         self._comment = comment
 
     @property

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



More information about the Reproducible-commits mailing list