[Reproducible-commits] [debbindiff] 01/01: Use correct comment variable.

Reiner Herrmann reiner at reiner-h.de
Mon Jun 22 19:30:16 UTC 2015


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

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

commit b7e3c15659dcaac652c657001a527008f3e3a0d1
Author: Reiner Herrmann <reiner at reiner-h.de>
Date:   Mon Jun 22 21:27:16 2015 +0200

    Use correct comment variable.
---
 debbindiff/difference.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debbindiff/difference.py b/debbindiff/difference.py
index ce53522..aec7e35 100644
--- a/debbindiff/difference.py
+++ b/debbindiff/difference.py
@@ -289,7 +289,7 @@ class Difference(object):
         except RequiredToolNotFound:
             actual_comment = 'diff is not available!'
             if comment:
-                actual_comment += '\n\n' + orig_comment
+                actual_comment += '\n\n' + comment
         if not unified_diff:
             return None
         return Difference(unified_diff, path1, path2, source, actual_comment)

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