[diffoscope] 01/01: improve message when data differs (Closes: #827981)
Holger Levsen
holger at layer-acht.org
Fri Jun 24 10:44:06 CEST 2016
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository diffoscope.
commit f90b35fefcb329daca1c30fa606862b17ab38d82
Author: Chris Lamb <lamby at debian.org>
Date: Fri Jun 24 10:41:34 2016 +0200
improve message when data differs (Closes: #827981)
Change confusing message ""No differences found inside, yet data
differs" to "No file format specific differences found inside,
yet data differs"
---
diffoscope/comparators/binary.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/diffoscope/comparators/binary.py b/diffoscope/comparators/binary.py
index 14c0613..9dfd44c 100644
--- a/diffoscope/comparators/binary.py
+++ b/diffoscope/comparators/binary.py
@@ -207,7 +207,7 @@ class File(object, metaclass=ABCMeta):
difference = self.compare_bytes(other, source=source)
if difference is None:
return None
- difference.add_comment("No differences found inside, yet data differs")
+ difference.add_comment("No file format specific differences found inside, yet data differs")
except subprocess.CalledProcessError as e:
difference = self.compare_bytes(other, source=source)
if e.output:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/diffoscope.git
More information about the diffoscope
mailing list